aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move AlgorithmIdentifier comparison ops to alg_id.hlloyd2008-06-112-5/+8
* Avoid -Wshadow warningslloyd2008-06-111-5/+5
* Add missing headers in the example problems, noticed while compiling underlloyd2008-06-118-0/+9
* X509_CA::{new_crl,update_crl} take a RandomNumberGenerator referencelloyd2008-06-113-12/+15
* X509::create_cert_req and X509::create_self_signed_cert take an RNG reflloyd2008-06-113-13/+21
* Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG referencelloyd2008-06-114-11/+16
* Move the declaration of the RandomNumberGenerator base class from base.hlloyd2008-06-1018-39/+66
* Change PK_Signer::signature to take a RandomNumberGenerator referencelloyd2008-06-1011-41/+38
* PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, insteadlloyd2008-06-108-30/+35
* Pass a RNG reference to the EMSA encoder functionslloyd2008-06-109-40/+84
* Pass RandomNumberGenerator references to public key operations that needlloyd2008-06-1013-26/+41
* GmbH, not GmBHlloyd2008-06-101-1/+1
* merge of '1813007a29ee71c4d313e58022f38fd8144d7637'lloyd2008-06-101-0/+2
|\
| * Document RNG test suite, SHA1PRNG contributionlloyd2008-06-091-0/+2
* | Add braces to avoid confusion (and a GCC 4.3 warning) in nested if/elselloyd2008-06-101-0/+2
* | Remove Randpool header from X9.31 PRNG code: the RNGs are now decoupledlloyd2008-06-101-1/+0
|/
* Check in the first import from InSiTo, SHA1PRNG, which implements thelloyd2008-06-074-3/+177
* Make the contents of Botan_types namespace be just using declarations,lloyd2008-06-074-4/+44
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-078-53/+2158
* We must have ANSI_X931_RNG::clear() call destroy() on V, which sets thelloyd2008-06-071-1/+1
* merge of '36a07a95dbdfc44382114f6933d7bbe49e584cef'lloyd2008-06-071-15/+11
|\
| * Change how the ANSI X9.31 generator tells that it is seeded. Previously,lloyd2008-06-071-15/+11
* | Mention Randpool change in log.txtlloyd2008-06-031-1/+2
|/
* Reindentlloyd2008-05-256-21/+20
* Wrap at 80 columnslloyd2008-05-251-1/+2
* Update EME_PKCS1v15::pad to use next_byte APIlloyd2008-05-251-1/+1
* Add RandomNumberGenerator::next_byte, which just returns a single bytelloyd2008-05-252-0/+12
* Make the two parameters of Randpool (which underlying block cipher and MAClloyd2008-05-255-14/+22
* Use RNG argument in EME_PKCS1v15::pad instead of global objectlloyd2008-05-251-3/+2
* Check in initial changelog for 1.7.7. Increase version number in configure.pllloyd2008-05-243-2/+7
* Pass an RNG reference to EME::padlloyd2008-05-246-16/+32
* Don't use the global PRNG in implementations of PBE::new_paramslloyd2008-05-245-11/+16
* Update passhash example with new S2K::new_random_salt signaturelloyd2008-05-241-1/+2
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-2411-29/+28
* Pass an RNG reference to IF_Corelloyd2008-05-243-6/+9
* Keypair::check_key no longer references global PRNGlloyd2008-05-247-18/+30
* Remove version of OctetString::change that used global PRNGlloyd2008-05-242-3/+2
* Avoid global RNG in S2K::new_random_salt (RNG reference passed as argument in...lloyd2008-05-242-4/+4
* Pass a RNG reference to load_check and gen_check functionslloyd2008-05-247-28/+26
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-2426-59/+73
* Avoid using global rng in DL_Group::generate_dsa_primeslloyd2008-05-243-10/+14
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-2430-108/+166
* Policy change: No RSA key generation smaller than 1024 bits. Had been 128lloyd2008-05-241-1/+1
* Remove both default arguments to the constructor of ANSI_X931_RNG.lloyd2008-05-243-8/+8
* Print the class tag type(s) on constructed formslloyd2008-05-081-0/+9
* The BER decoder assumed that all constructed types would be tagged aslloyd2008-05-082-5/+7
* The log notes for 1.6.4 got lost when the logs were consolidated to a single ...lloyd2008-05-051-0/+3
* Update notes and readme for 1.7.6 release1.7.6lloyd2008-05-052-2/+4
* Update to not use Global_RNGlloyd2008-05-051-2/+2
* Remove unused headerslloyd2008-05-041-6/+5