| Commit message (Expand) | Author | Age | Files | Lines |
* | New, much cleaner (and thread safe) implementation of es_ftW | lloyd | 2008-06-17 | 2 | -59/+97 |
* | merge of 'd4c75c032cc3b6f2c3934b899444c8c6939f90d6' | lloyd | 2008-06-17 | 1 | -1/+0 |
|\ |
|
| * | Remove unneeded inclusion of <fstream> | lloyd | 2008-06-16 | 1 | -1/+0 |
* | | Add ability for one module to require another. Does not take into account | lloyd | 2008-06-17 | 1 | -0/+11 |
|/ |
|
* | Delete the public key filter classes. Advertised on the devel list previously: | lloyd | 2008-06-16 | 3 | -197/+0 |
* | Add missing BOTAN_DLL decl to SHA1PRNG class declaration | lloyd | 2008-06-16 | 1 | -1/+1 |
* | Fix -Wmissing-declarations warning | lloyd | 2008-06-16 | 1 | -40/+43 |
* | Fix some -Wmissing-declarations warnings | lloyd | 2008-06-12 | 8 | -9/+43 |
* | Some functions in engine.cpp required BOTAN_DLL macros to compile correctly. | lloyd | 2008-06-11 | 1 | -14/+14 |
* | Add includes to ensure decls for global functions are visible at call points | lloyd | 2008-06-11 | 3 | -0/+4 |
* | 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 |