aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove code moved to bswap.h and rotate.h, also split xor_buf intolloyd2008-09-022-71/+65
* Split byte swap code and word rotation code off into bswap.h and rotate.hlloyd2008-09-023-2/+69
* Make the declaration of clear() in base classes pure virtual. So if anlloyd2008-07-182-5/+7
* And then add an empty constructor to allow things to contine to compile.lloyd2008-07-131-0/+1
* Disable synthesized copy constructor and assignment operator forlloyd2008-07-131-0/+4
* Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-111-0/+35
* Add an implementation of the Shanks-Tonelli algorithm, which is used tolloyd2008-07-071-2/+8
* Missing BOTAN_DLL for XTEA, noted by Joel Lowlloyd2008-07-031-1/+1
* Remove the free-standing function deref_alias. It only served as a forwarderlloyd2008-06-301-5/+0
* Remove unnecessary include of rng.hlloyd2008-06-301-1/+0
* Previously X509_Store took two configuration values from the librarylloyd2008-06-301-1/+3
* Remove the Config class.lloyd2008-06-303-51/+14
* Remove global_config() - replace by direct calls to global_state()lloyd2008-06-302-5/+1
* Add interfaces for add_entropy_source and add_entropy tolloyd2008-06-282-1/+17
* Change make_rng to be a static member of RandomNumberGeneratorlloyd2008-06-281-5/+2
* Include rng.h in botan.hlloyd2008-06-271-0/+1
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-274-11/+17
* Remove the global PRNG object as well as the global list of entropy sources.lloyd2008-06-272-17/+0
* Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions.lloyd2008-06-272-2/+2
* OctetString now requires a RandomNumberGenerator& to create a randomlloyd2008-06-271-1/+1
* Reorganize the EMSA classes, and remove the last references to prng_referencelloyd2008-06-272-2/+12
* Remove load checking, as it requires an RNG (at least at the moment).lloyd2008-06-2710-19/+25
* Split IF_Core constructor into two, one for public keys and one for private.lloyd2008-06-271-2/+5
* Remove SHA1PRNG for the moment, untillloyd2008-06-231-41/+0
* Similiar combining transform for the ElGamal, DSA, and NR private keylloyd2008-06-203-6/+7
* Consolidate the two DH_PrivateKey constructors into a single one takinglloyd2008-06-201-2/+2
* Use RNG& argument for PKCS8::encrypt_key and PKCS8::PEM_encodelloyd2008-06-201-5/+12
* Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator&lloyd2008-06-204-16/+27
* Pass RNG& to IF (RSA/RW) load hookslloyd2008-06-201-2/+2
* Pass a RandomNumberGenerator& to the PK_Core constructors and the variouslloyd2008-06-206-12/+16
* Remove exception specifier from RandomNumberGenerator::randomizelloyd2008-06-181-1/+1
* Delete the public key filter classes. Advertised on the devel list previously:lloyd2008-06-162-82/+0
* Add missing BOTAN_DLL decl to SHA1PRNG class declarationlloyd2008-06-161-1/+1
* Move AlgorithmIdentifier comparison ops to alg_id.hlloyd2008-06-112-5/+8
* Avoid -Wshadow warningslloyd2008-06-111-5/+5
* X509_CA::{new_crl,update_crl} take a RandomNumberGenerator referencelloyd2008-06-111-3/+6
* X509::create_cert_req and X509::create_self_signed_cert take an RNG reflloyd2008-06-111-3/+6
* Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG referencelloyd2008-06-111-0/+2
* Move the declaration of the RandomNumberGenerator base class from base.hlloyd2008-06-1014-36/+62
* Change PK_Signer::signature to take a RandomNumberGenerator referencelloyd2008-06-103-4/+8
* PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, insteadlloyd2008-06-102-5/+12
* Pass a RNG reference to the EMSA encoder functionslloyd2008-06-102-6/+24
* Pass RandomNumberGenerator references to public key operations that needlloyd2008-06-107-9/+19
* Check in the first import from InSiTo, SHA1PRNG, which implements thelloyd2008-06-071-1/+1
* Make the contents of Botan_types namespace be just using declarations,lloyd2008-06-072-2/+42
* Reindentlloyd2008-05-256-21/+20
* Add RandomNumberGenerator::next_byte, which just returns a single bytelloyd2008-05-251-0/+2
* Make the two parameters of Randpool (which underlying block cipher and MAClloyd2008-05-251-1/+1
* Pass an RNG reference to EME::padlloyd2008-05-242-5/+14
* Don't use the global PRNG in implementations of PBE::new_paramslloyd2008-05-242-3/+7