| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove most of the direct references to the global_rng() call | lloyd | 2008-06-28 | 7 | -114/+137 |
* | Change make_rng to be a static member of RandomNumberGenerator | lloyd | 2008-06-28 | 3 | -7/+4 |
* | Include rng.h in botan.h | lloyd | 2008-06-27 | 1 | -0/+1 |
* | Update more of the examples | lloyd | 2008-06-27 | 3 | -5/+11 |
* | Update pkcs10, passhash examples | lloyd | 2008-06-27 | 2 | -9/+16 |
* | Update some of the examples for the recent API changes | lloyd | 2008-06-27 | 7 | -28/+42 |
* | New structure for entropy sources + RNGs. The entropy sources are owned by | lloyd | 2008-06-27 | 11 | -198/+202 |
* | Avoid warning | lloyd | 2008-06-27 | 1 | -1/+1 |
* | Remove the global PRNG object as well as the global list of entropy sources. | lloyd | 2008-06-27 | 4 | -134/+1 |
* | Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions. | lloyd | 2008-06-27 | 4 | -4/+4 |
* | Remove uses of global PRNG from self-test and benchmark code. Assumes | lloyd | 2008-06-27 | 9 | -39/+59 |
* | OctetString now requires a RandomNumberGenerator& to create a random | lloyd | 2008-06-27 | 2 | -4/+5 |
* | Reorganize the EMSA classes, and remove the last references to prng_reference | lloyd | 2008-06-27 | 7 | -60/+138 |
* | Previously if DL_Group was given a q value of zero, it would check to | lloyd | 2008-06-27 | 1 | -4/+0 |
* | Remove unneeded include of libstate.h | lloyd | 2008-06-27 | 1 | -1/+0 |
* | Remove load checking, as it requires an RNG (at least at the moment). | lloyd | 2008-06-27 | 22 | -101/+106 |
* | Split IF_Core constructor into two, one for public keys and one for private. | lloyd | 2008-06-27 | 3 | -7/+17 |
* | The change in rev f6d0cb6f9569d228ed6a11d021c3f57f55220bde was actually | lloyd | 2008-06-26 | 1 | -4/+4 |
* | merge of '763336fcbf1dad6a9acfdc1e899b59916ab55a20' | lloyd | 2008-06-26 | 1 | -2/+2 |
|\ |
|
| * | ew_ftw was reading up to 32 Mb for a fast poll and 256 Mb for a slow poll. | lloyd | 2008-06-22 | 1 | -2/+2 |
* | | Remove SHA1PRNG for the moment, until | lloyd | 2008-06-23 | 5 | -218/+5 |
|/ |
|
* | Remove the hooks for the AEP module, since it was removed due to lack of | lloyd | 2008-06-22 | 1 | -16/+0 |
* | Use croak instead of die | lloyd | 2008-06-22 | 1 | -1/+1 |
* | An unknown module name pass to --module died with a undef hash reference, | lloyd | 2008-06-22 | 1 | -0/+2 |
* | Similiar combining transform for the ElGamal, DSA, and NR private key | lloyd | 2008-06-20 | 9 | -73/+58 |
* | Consolidate the two DH_PrivateKey constructors into a single one taking | lloyd | 2008-06-20 | 4 | -36/+35 |
* | Use RNG& argument for PKCS8::encrypt_key and PKCS8::PEM_encode | lloyd | 2008-06-20 | 3 | -16/+26 |
* | Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator& | lloyd | 2008-06-20 | 12 | -46/+74 |
* | Pass RNG& to IF (RSA/RW) load hooks | lloyd | 2008-06-20 | 4 | -26/+30 |
* | Pass a reference to the global PRNG as an argument to the DL_Scheme_Decoder | lloyd | 2008-06-20 | 1 | -6/+12 |
* | Pass a RandomNumberGenerator& to the PK_Core constructors and the various | lloyd | 2008-06-20 | 12 | -56/+64 |
* | Fix remaining -Wmissing-declarations warnings in self-test/benchmark code | lloyd | 2008-06-20 | 4 | -135/+129 |
* | Remove exception specifier from RandomNumberGenerator::randomize | lloyd | 2008-06-18 | 1 | -1/+1 |
* | Move RNG code from base.cpp to new rng.cpp | lloyd | 2008-06-18 | 2 | -49/+57 |
* | Fix more -Wmissing-declaration warnings | lloyd | 2008-06-18 | 4 | -10/+22 |
* | The FTW_EntropySource constructor no longer takes a default argument: | lloyd | 2008-06-17 | 1 | -1/+1 |
* | 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 |