| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code moved to bswap.h and rotate.h, also split xor_buf into | lloyd | 2008-09-02 | 2 | -71/+65 |
* | Split byte swap code and word rotation code off into bswap.h and rotate.h | lloyd | 2008-09-02 | 3 | -2/+69 |
* | Make the declaration of clear() in base classes pure virtual. So if an | lloyd | 2008-07-18 | 2 | -5/+7 |
* | And then add an empty constructor to allow things to contine to compile. | lloyd | 2008-07-13 | 1 | -0/+1 |
* | Disable synthesized copy constructor and assignment operator for | lloyd | 2008-07-13 | 1 | -0/+4 |
* | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode" | lloyd | 2008-07-11 | 1 | -0/+35 |
* | Add an implementation of the Shanks-Tonelli algorithm, which is used to | lloyd | 2008-07-07 | 1 | -2/+8 |
* | Missing BOTAN_DLL for XTEA, noted by Joel Low | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Remove the free-standing function deref_alias. It only served as a forwarder | lloyd | 2008-06-30 | 1 | -5/+0 |
* | Remove unnecessary include of rng.h | lloyd | 2008-06-30 | 1 | -1/+0 |
* | Previously X509_Store took two configuration values from the library | lloyd | 2008-06-30 | 1 | -1/+3 |
* | Remove the Config class. | lloyd | 2008-06-30 | 3 | -51/+14 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 2 | -5/+1 |
* | Add interfaces for add_entropy_source and add_entropy to | lloyd | 2008-06-28 | 2 | -1/+17 |
* | Change make_rng to be a static member of RandomNumberGenerator | lloyd | 2008-06-28 | 1 | -5/+2 |
* | Include rng.h in botan.h | lloyd | 2008-06-27 | 1 | -0/+1 |
* | New structure for entropy sources + RNGs. The entropy sources are owned by | lloyd | 2008-06-27 | 4 | -11/+17 |
* | Remove the global PRNG object as well as the global list of entropy sources. | lloyd | 2008-06-27 | 2 | -17/+0 |
* | Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions. | lloyd | 2008-06-27 | 2 | -2/+2 |
* | OctetString now requires a RandomNumberGenerator& to create a random | lloyd | 2008-06-27 | 1 | -1/+1 |
* | Reorganize the EMSA classes, and remove the last references to prng_reference | lloyd | 2008-06-27 | 2 | -2/+12 |
* | Remove load checking, as it requires an RNG (at least at the moment). | lloyd | 2008-06-27 | 10 | -19/+25 |
* | Split IF_Core constructor into two, one for public keys and one for private. | lloyd | 2008-06-27 | 1 | -2/+5 |
* | Remove SHA1PRNG for the moment, until | lloyd | 2008-06-23 | 1 | -41/+0 |
* | Similiar combining transform for the ElGamal, DSA, and NR private key | lloyd | 2008-06-20 | 3 | -6/+7 |
* | Consolidate the two DH_PrivateKey constructors into a single one taking | lloyd | 2008-06-20 | 1 | -2/+2 |
* | Use RNG& argument for PKCS8::encrypt_key and PKCS8::PEM_encode | lloyd | 2008-06-20 | 1 | -5/+12 |
* | Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator& | lloyd | 2008-06-20 | 4 | -16/+27 |
* | Pass RNG& to IF (RSA/RW) load hooks | lloyd | 2008-06-20 | 1 | -2/+2 |
* | Pass a RandomNumberGenerator& to the PK_Core constructors and the various | lloyd | 2008-06-20 | 6 | -12/+16 |
* | Remove exception specifier from RandomNumberGenerator::randomize | lloyd | 2008-06-18 | 1 | -1/+1 |
* | Delete the public key filter classes. Advertised on the devel list previously: | lloyd | 2008-06-16 | 2 | -82/+0 |
* | Add missing BOTAN_DLL decl to SHA1PRNG class declaration | lloyd | 2008-06-16 | 1 | -1/+1 |
* | Move AlgorithmIdentifier comparison ops to alg_id.h | lloyd | 2008-06-11 | 2 | -5/+8 |
* | Avoid -Wshadow warnings | lloyd | 2008-06-11 | 1 | -5/+5 |
* | X509_CA::{new_crl,update_crl} take a RandomNumberGenerator reference | lloyd | 2008-06-11 | 1 | -3/+6 |
* | X509::create_cert_req and X509::create_self_signed_cert take an RNG ref | lloyd | 2008-06-11 | 1 | -3/+6 |
* | Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG reference | lloyd | 2008-06-11 | 1 | -0/+2 |
* | Move the declaration of the RandomNumberGenerator base class from base.h | lloyd | 2008-06-10 | 14 | -36/+62 |
* | Change PK_Signer::signature to take a RandomNumberGenerator reference | lloyd | 2008-06-10 | 3 | -4/+8 |
* | PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, instead | lloyd | 2008-06-10 | 2 | -5/+12 |
* | Pass a RNG reference to the EMSA encoder functions | lloyd | 2008-06-10 | 2 | -6/+24 |
* | Pass RandomNumberGenerator references to public key operations that need | lloyd | 2008-06-10 | 7 | -9/+19 |
* | Check in the first import from InSiTo, SHA1PRNG, which implements the | lloyd | 2008-06-07 | 1 | -1/+1 |
* | Make the contents of Botan_types namespace be just using declarations, | lloyd | 2008-06-07 | 2 | -2/+42 |
* | Reindent | lloyd | 2008-05-25 | 6 | -21/+20 |
* | Add RandomNumberGenerator::next_byte, which just returns a single byte | lloyd | 2008-05-25 | 1 | -0/+2 |
* | Make the two parameters of Randpool (which underlying block cipher and MAC | lloyd | 2008-05-25 | 1 | -1/+1 |
* | Pass an RNG reference to EME::pad | lloyd | 2008-05-24 | 2 | -5/+14 |
* | Don't use the global PRNG in implementations of PBE::new_params | lloyd | 2008-05-24 | 2 | -3/+7 |