| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| | | | |\ |
|
| | | | | * | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 12 | -88/+32 |
| | | | | * | Remove X509_GlobalState in favor of static function Extensions::get_extension | lloyd | 2008-04-07 | 3 | -104/+23 |
| | | | | * | propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935... | lloyd | 2008-04-07 | 1 | -15/+23 |
| | | | | |\ |
|
| | | | | * | | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp | lloyd | 2008-04-07 | 4 | -159/+101 |
| | | | | * | | In Botan, the Timer base class provides access to a high-resolution | lloyd | 2008-04-07 | 5 | -47/+29 |
| | | | | * | | Library_State::set_timer is never called from within Botan, low hanging | lloyd | 2008-04-07 | 1 | -9/+0 |
| | | | | * | | The intent of this branch is to remove the global library state object | lloyd | 2008-04-07 | 5 | -47/+0 |
* | | | | | | | The add_algorithm functions also need to be tagged with BOTAN_DLL in | lloyd | 2008-04-25 | 1 | -5/+5 |
|/ / / / / / |
|
* / / / / / | Add BOTAN_DLL macro in all needed spots for working DLL export. Based | lloyd | 2008-04-21 | 1 | -5/+9 |
|/ / / / / |
|
* / / / / | Always set the position to the start of the block when generating a new | lloyd | 2008-04-15 | 1 | -3/+2 |
|/ / / / |
|
* | | | | Remove setting of unused blinder_size config var | lloyd | 2008-04-12 | 1 | -1/+0 |
* | | | | Modify areas that still assumed Pipe::message_id was exactly a u32bit. | lloyd | 2008-04-12 | 3 | -20/+26 |
* | | | | Use existing reference to p in Elg_Core constructor for small code cleanup | lloyd | 2008-04-12 | 1 | -2/+2 |
* | | | | In decimal string inputs: ignore spaces, and for other bad inputs throw | lloyd | 2008-04-12 | 1 | -0/+7 |
* | | | | Make the size of the random value used to blind the private key | lloyd | 2008-04-12 | 1 | -15/+4 |
* | | | | Remove Config::option_as_u32bit - the only advantage it had over calling | lloyd | 2008-04-12 | 5 | -40/+3 |
* | | | | Make the memory allocator's chunk size a compile time constant, via a | lloyd | 2008-04-12 | 2 | -22/+1 |
* | | | | Wrap lines to 80 columns | lloyd | 2008-04-10 | 2 | -4/+12 |
* | | | | Rename fips140.h to selftest.h, since it doesn't really have much to do | lloyd | 2008-04-10 | 2 | -15/+5 |
* | | | | Remove unused Config::option_as_list | lloyd | 2008-04-10 | 1 | -8/+0 |
|/ / / |
|
* | | | Remove severa global configuration variables related to entropy gathering, | lloyd | 2008-04-10 | 3 | -19/+6 |
* | | | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropy | lloyd | 2008-04-10 | 1 | -1/+0 |
* | | | Remove the pem/ config arguments. Replace with arguments to the individual | lloyd | 2008-04-10 | 2 | -21/+10 |