aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* The ability to load ini-style files was removed almost 6 monthslloyd2008-04-301-2/+0
* Remove unused include of <vector>lloyd2008-04-291-2/+1
* Instead of reading from the Config object every time to get the slack welloyd2008-04-291-0/+1
* Move validity_check() into an anonymous namespace inside x509stor.cpp,lloyd2008-04-291-2/+0
* Move Signature_Format enum to pubkey.hlloyd2008-04-299-8/+8
* propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68...lloyd2008-04-2913-191/+45
|\
| * Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a totallloyd2008-04-242-38/+37
| * Remove stray character introduced during mergelloyd2008-04-241-1/+1
| * Remove unused Pulse_Type enumlloyd2008-04-241-15/+0
| * Add BOTAN_DLL to Timer class declarationlloyd2008-04-211-1/+1
| * propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...lloyd2008-04-2111-139/+9
| |\
| | * propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...lloyd2008-04-1211-138/+8
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-1011-138/+8
| | | |\
| | | | * Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-073-33/+1
| | | | * Remove X509_GlobalState in favor of static function Extensions::get_extensionlloyd2008-04-073-40/+2
| | | | * propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935...lloyd2008-04-071-4/+2
| | | | |\