aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-242-1/+1
* Pass an RNG reference to IF_Corelloyd2008-05-241-1/+3
* Keypair::check_key no longer references global PRNGlloyd2008-05-241-2/+2
* Remove version of OctetString::change that used global PRNGlloyd2008-05-241-2/+1
* Avoid global RNG in S2K::new_random_salt (RNG reference passed as argument in...lloyd2008-05-241-1/+1
* Pass a RNG reference to load_check and gen_check functionslloyd2008-05-241-3/+3
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-248-10/+12
* Avoid using global rng in DL_Group::generate_dsa_primeslloyd2008-05-241-2/+6
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-2410-22/+37
* Remove both default arguments to the constructor of ANSI_X931_RNG.lloyd2008-05-241-1/+1
* The BER decoder assumed that all constructed types would be tagged aslloyd2008-05-081-2/+2
* Remove unused headerslloyd2008-05-041-6/+5
* Remove Config::option_as_time, instead call timespec_to_u32bit inlloyd2008-05-022-3/+2
* Add a new function timespec_to_u32bit that handles a very simplisticlloyd2008-05-011-0/+2