| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix segfault due to shared objects in DLIES test | lloyd | 2008-11-11 | 1 | -3/+10 |
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 1 | -2/+3 |
* | Add ECKAEG tests from InSiTo, by Manuel Hartl | lloyd | 2008-10-14 | 1 | -0/+1 |
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 1 | -10/+11 |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 1 | -27/+38 |
* | Report skipped DH tests | lloyd | 2008-10-01 | 1 | -2/+3 |
* | Note in test suite output if DSA tests are being skipped | lloyd | 2008-10-01 | 1 | -6/+7 |
* | During the public key test suite, print . if the test passed, ? if the | lloyd | 2008-10-01 | 1 | -7/+16 |
* | Compliation fixes | lloyd | 2008-09-28 | 1 | -6/+5 |
* | Modularize the public key algorithms, though currently a great deal of | lloyd | 2008-09-28 | 1 | -37/+102 |
* | Allow test suite to build even if RNG or DLIES is missing | lloyd | 2008-09-28 | 1 | -1/+8 |
* | Use the Timer class for all benchmarking | lloyd | 2008-09-05 | 1 | -34/+42 |
* | Remove most of the direct references to the global_rng() call | lloyd | 2008-06-28 | 1 | -44/+34 |
* | Remove uses of global PRNG from self-test and benchmark code. Assumes | lloyd | 2008-06-27 | 1 | -11/+10 |
* | Remove load checking, as it requires an RNG (at least at the moment). | lloyd | 2008-06-27 | 1 | -22/+32 |
* | Similiar combining transform for the ElGamal, DSA, and NR private key | lloyd | 2008-06-20 | 1 | -4/+8 |
* | Consolidate the two DH_PrivateKey constructors into a single one taking | lloyd | 2008-06-20 | 1 | -12/+18 |
* | Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator& | lloyd | 2008-06-20 | 1 | -2/+6 |
* | Fix remaining -Wmissing-declarations warnings in self-test/benchmark code | lloyd | 2008-06-20 | 1 | -135/+121 |
* | Change PK_Signer::signature to take a RandomNumberGenerator reference | lloyd | 2008-06-10 | 1 | -18/+2 |
* | PK_Encryptor::encrypt now takes a RandomNumberGenerator reference, instead | lloyd | 2008-06-10 | 1 | -11/+2 |
* | Add a full set of tests for the ANSI X9.31 PRNG, using data taken | lloyd | 2008-06-07 | 1 | -30/+0 |
* | Make the two parameters of Randpool (which underlying block cipher and MAC | lloyd | 2008-05-25 | 1 | -3/+10 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 1 | -10/+10 |
* | Previously random_integer and friends used the global PRNG object to get | lloyd | 2008-05-24 | 1 | -9/+10 |
* | propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266... | lloyd | 2008-04-21 | 1 | -4/+4 |
|\ |
|
| * | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 1 | -4/+4 |
* | | Update Fixed_Output_RNG (used for testing) to implement is_seeded | lloyd | 2008-04-21 | 1 | -0/+2 |
|/ |
|
* | Remove several uses of old style C casts in favor of C++98's static_cast and | lloyd | 2007-10-19 | 1 | -5/+12 |
* | Remove code checking the BOTAN_NO_ macros for if particular public key | lloyd | 2007-09-13 | 1 | -41/+4 |
* | Eliminate most uses of exit() to bail on an error; instead throw an | lloyd | 2007-02-19 | 1 | -13/+5 |
* | Rename X509_PublicKey and PKCS8_PrivateKey to the new types within the | lloyd | 2006-09-06 | 1 | -4/+4 |
* | Remove the public domain notices from the self-test/benchmark code, | lloyd | 2006-08-09 | 1 | -1/+0 |
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+747 |