| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing headers in the example problems, noticed while compiling under | lloyd | 2008-06-11 | 8 | -0/+9 |
* | X509_CA::{new_crl,update_crl} take a RandomNumberGenerator reference | lloyd | 2008-06-11 | 3 | -12/+15 |
* | X509::create_cert_req and X509::create_self_signed_cert take an RNG ref | lloyd | 2008-06-11 | 3 | -13/+21 |
* | Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG reference | lloyd | 2008-06-11 | 4 | -11/+16 |
* | Move the declaration of the RandomNumberGenerator base class from base.h | lloyd | 2008-06-10 | 18 | -39/+66 |
* | Change PK_Signer::signature to take a RandomNumberGenerator reference | lloyd | 2008-06-10 | 11 | -41/+38 |
* | PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, instead | lloyd | 2008-06-10 | 8 | -30/+35 |
* | Pass a RNG reference to the EMSA encoder functions | lloyd | 2008-06-10 | 9 | -40/+84 |
* | Pass RandomNumberGenerator references to public key operations that need | lloyd | 2008-06-10 | 13 | -26/+41 |
* | GmbH, not GmBH | lloyd | 2008-06-10 | 1 | -1/+1 |
* | merge of '1813007a29ee71c4d313e58022f38fd8144d7637' | lloyd | 2008-06-10 | 1 | -0/+2 |
|\ |
|
| * | Document RNG test suite, SHA1PRNG contribution | lloyd | 2008-06-09 | 1 | -0/+2 |
* | | Add braces to avoid confusion (and a GCC 4.3 warning) in nested if/else | lloyd | 2008-06-10 | 1 | -0/+2 |
* | | Remove Randpool header from X9.31 PRNG code: the RNGs are now decoupled | lloyd | 2008-06-10 | 1 | -1/+0 |
|/ |
|
* | Check in the first import from InSiTo, SHA1PRNG, which implements the | lloyd | 2008-06-07 | 4 | -3/+177 |
* | Make the contents of Botan_types namespace be just using declarations, | lloyd | 2008-06-07 | 4 | -4/+44 |
* | Add a full set of tests for the ANSI X9.31 PRNG, using data taken | lloyd | 2008-06-07 | 8 | -53/+2158 |
* | We must have ANSI_X931_RNG::clear() call destroy() on V, which sets the | lloyd | 2008-06-07 | 1 | -1/+1 |
* | merge of '36a07a95dbdfc44382114f6933d7bbe49e584cef' | lloyd | 2008-06-07 | 1 | -15/+11 |
|\ |
|
| * | Change how the ANSI X9.31 generator tells that it is seeded. Previously, | lloyd | 2008-06-07 | 1 | -15/+11 |
* | | Mention Randpool change in log.txt | lloyd | 2008-06-03 | 1 | -1/+2 |
|/ |
|
* | Reindent | lloyd | 2008-05-25 | 6 | -21/+20 |
* | Wrap at 80 columns | lloyd | 2008-05-25 | 1 | -1/+2 |
* | Update EME_PKCS1v15::pad to use next_byte API | lloyd | 2008-05-25 | 1 | -1/+1 |
* | Add RandomNumberGenerator::next_byte, which just returns a single byte | lloyd | 2008-05-25 | 2 | -0/+12 |
* | Make the two parameters of Randpool (which underlying block cipher and MAC | lloyd | 2008-05-25 | 5 | -14/+22 |
* | Use RNG argument in EME_PKCS1v15::pad instead of global object | lloyd | 2008-05-25 | 1 | -3/+2 |
* | Check in initial changelog for 1.7.7. Increase version number in configure.pl | lloyd | 2008-05-24 | 3 | -2/+7 |
* | Pass an RNG reference to EME::pad | lloyd | 2008-05-24 | 6 | -16/+32 |
* | Don't use the global PRNG in implementations of PBE::new_params | lloyd | 2008-05-24 | 5 | -11/+16 |
* | Update passhash example with new S2K::new_random_salt signature | lloyd | 2008-05-24 | 1 | -1/+2 |
* | Remove random_integer() and replace it with a BigInt constructor taking a | lloyd | 2008-05-24 | 11 | -29/+28 |
* | Pass an RNG reference to IF_Core | lloyd | 2008-05-24 | 3 | -6/+9 |
* | Keypair::check_key no longer references global PRNG | lloyd | 2008-05-24 | 7 | -18/+30 |
* | Remove version of OctetString::change that used global PRNG | lloyd | 2008-05-24 | 2 | -3/+2 |
* | Avoid global RNG in S2K::new_random_salt (RNG reference passed as argument in... | lloyd | 2008-05-24 | 2 | -4/+4 |
* | Pass a RNG reference to load_check and gen_check functions | lloyd | 2008-05-24 | 7 | -28/+26 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 26 | -59/+73 |
* | Avoid using global rng in DL_Group::generate_dsa_primes | lloyd | 2008-05-24 | 3 | -10/+14 |
* | Previously random_integer and friends used the global PRNG object to get | lloyd | 2008-05-24 | 30 | -108/+166 |
* | Policy change: No RSA key generation smaller than 1024 bits. Had been 128 | lloyd | 2008-05-24 | 1 | -1/+1 |
* | Remove both default arguments to the constructor of ANSI_X931_RNG. | lloyd | 2008-05-24 | 3 | -8/+8 |
* | Print the class tag type(s) on constructed forms | lloyd | 2008-05-08 | 1 | -0/+9 |
* | The BER decoder assumed that all constructed types would be tagged as | lloyd | 2008-05-08 | 2 | -5/+7 |
* | The log notes for 1.6.4 got lost when the logs were consolidated to a single ... | lloyd | 2008-05-05 | 1 | -0/+3 |
* | Update notes and readme for 1.7.6 release1.7.6 | lloyd | 2008-05-05 | 2 | -2/+4 |
* | Update to not use Global_RNG | lloyd | 2008-05-05 | 1 | -2/+2 |
* | Remove unused headers | lloyd | 2008-05-04 | 1 | -6/+5 |