| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass RNG& to IF (RSA/RW) load hooks | lloyd | 2008-06-20 | 3 | -24/+28 |
* | 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 | 6 | -44/+48 |
* | Move RNG code from base.cpp to new rng.cpp | lloyd | 2008-06-18 | 2 | -49/+57 |
* | The FTW_EntropySource constructor no longer takes a default argument: | lloyd | 2008-06-17 | 1 | -1/+1 |
* | Delete the public key filter classes. Advertised on the devel list previously: | lloyd | 2008-06-16 | 1 | -115/+0 |
* | 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 |
* | X509_CA::{new_crl,update_crl} take a RandomNumberGenerator reference | lloyd | 2008-06-11 | 1 | -7/+7 |
* | X509::create_cert_req and X509::create_self_signed_cert take an RNG ref | lloyd | 2008-06-11 | 1 | -7/+6 |
* | Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG reference | lloyd | 2008-06-11 | 2 | -4/+6 |
* | Move the declaration of the RandomNumberGenerator base class from base.h | lloyd | 2008-06-10 | 1 | -0/+1 |
* | Change PK_Signer::signature to take a RandomNumberGenerator reference | lloyd | 2008-06-10 | 6 | -16/+25 |
* | PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, instead | lloyd | 2008-06-10 | 4 | -11/+16 |
* | Pass a RNG reference to the EMSA encoder functions | lloyd | 2008-06-10 | 7 | -34/+60 |
* | Pass RandomNumberGenerator references to public key operations that need | lloyd | 2008-06-10 | 6 | -17/+22 |
* | 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 | 1 | -0/+167 |
* | We must have ANSI_X931_RNG::clear() call destroy() on V, which sets the | lloyd | 2008-06-07 | 1 | -1/+1 |
* | Change how the ANSI X9.31 generator tells that it is seeded. Previously, | lloyd | 2008-06-07 | 1 | -15/+11 |
* | 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 | 1 | -0/+10 |
* | Make the two parameters of Randpool (which underlying block cipher and MAC | lloyd | 2008-05-25 | 2 | -8/+8 |
* | Use RNG argument in EME_PKCS1v15::pad instead of global object | lloyd | 2008-05-25 | 1 | -3/+2 |
* | Pass an RNG reference to EME::pad | lloyd | 2008-05-24 | 4 | -11/+18 |
* | Don't use the global PRNG in implementations of PBE::new_params | lloyd | 2008-05-24 | 3 | -8/+9 |
* | Remove random_integer() and replace it with a BigInt constructor taking a | lloyd | 2008-05-24 | 9 | -28/+27 |
* | Pass an RNG reference to IF_Core | lloyd | 2008-05-24 | 2 | -5/+6 |
* | Keypair::check_key no longer references global PRNG | lloyd | 2008-05-24 | 6 | -16/+28 |
* | Remove version of OctetString::change that used global PRNG | lloyd | 2008-05-24 | 1 | -1/+1 |
* | Avoid global RNG in S2K::new_random_salt (RNG reference passed as argument in... | lloyd | 2008-05-24 | 1 | -3/+3 |
* | Pass a RNG reference to load_check and gen_check functions | lloyd | 2008-05-24 | 6 | -25/+23 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 11 | -26/+27 |
* | Avoid using global rng in DL_Group::generate_dsa_primes | lloyd | 2008-05-24 | 2 | -8/+8 |
* | Previously random_integer and friends used the global PRNG object to get | lloyd | 2008-05-24 | 15 | -68/+101 |
* | 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 | 2 | -7/+7 |
* | The BER decoder assumed that all constructed types would be tagged as | lloyd | 2008-05-08 | 1 | -3/+5 |
* | Remove Config::option_as_time, instead call timespec_to_u32bit in | lloyd | 2008-05-02 | 3 | -24/+19 |
* | Add a new function timespec_to_u32bit that handles a very simplistic | lloyd | 2008-05-01 | 2 | -27/+32 |
* | Instead of reading from the Config object every time to get the slack we | lloyd | 2008-04-29 | 1 | -15/+19 |
* | Move validity_check() into an anonymous namespace inside x509stor.cpp, | lloyd | 2008-04-29 | 2 | -30/+29 |
* | Move Signature_Format enum to pubkey.h | lloyd | 2008-04-29 | 2 | -32/+26 |
* | propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68... | lloyd | 2008-04-29 | 23 | -454/+185 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266... | lloyd | 2008-04-21 | 23 | -454/+185 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7... | lloyd | 2008-04-17 | 23 | -454/+185 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a... | lloyd | 2008-04-12 | 23 | -454/+185 |
| | | |\ |
|
| | | | * | propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b... | lloyd | 2008-04-10 | 23 | -454/+185 |
| | | | |\ |
|