| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend random_prime() to be able to generate primes of any bit size. | lloyd | 2008-07-05 | 1 | -1/+10 |
* | Set MSVC dll import flags (from Joel Low) | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Missing BOTAN_DLL for XTEA, noted by Joel Low | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Document changes so far since 1.7.7 | lloyd | 2008-06-30 | 1 | -0/+5 |
* | Remove the free-standing function deref_alias. It only served as a forwarder | lloyd | 2008-06-30 | 8 | -38/+32 |
* | Remove unnecessary include of rng.h | lloyd | 2008-06-30 | 1 | -1/+0 |
* | Remove the default_pbe option. Instead hardcode the default into | lloyd | 2008-06-30 | 2 | -5/+2 |
* | Remove option v1_assume_ca, no longer used | lloyd | 2008-06-30 | 1 | -2/+0 |
* | Previously X509_Store took two configuration values from the library | lloyd | 2008-06-30 | 3 | -10/+6 |
* | Remove the Config class. | lloyd | 2008-06-30 | 14 | -217/+118 |
* | Remove unnecessary inclusion of botan/config.h in several modules | lloyd | 2008-06-30 | 5 | -5/+0 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 14 | -46/+48 |
* | Mark this as 1.7.8-pre in readme and log file | lloyd | 2008-06-30 | 2 | -1/+3 |
* | Bump version code to 1.7.8 | lloyd | 2008-06-30 | 1 | -1/+1 |
* | Ignore files containing # chars (emacs temp files) | lloyd | 2008-06-30 | 1 | -1/+2 |
* | Make use of RandomNumberGenerator implementing add_entropy_source in | lloyd | 2008-06-28 | 1 | -14/+16 |
* | Add interfaces for add_entropy_source and add_entropy to | lloyd | 2008-06-28 | 5 | -19/+41 |
* | Reseed the underlying PRNG when ANSI_X931_PRNG:reseed is called | lloyd | 2008-06-28 | 1 | -0/+2 |
* | Document the removal of the PK filter objects (somewhat after the fact) | lloyd | 2008-06-28 | 1 | -0/+1 |
* | Default to using clock(), not rdtsc1.7.7 | lloyd | 2008-06-28 | 1 | -2/+2 |
* | Update changelog and readme for 1.7.7 | lloyd | 2008-06-28 | 2 | -2/+3 |
* | The two remaining locks were not being deleted, leaking memory | lloyd | 2008-06-28 | 1 | -0/+2 |
* | Fix the DSA examples. Reindent. | lloyd | 2008-06-28 | 13 | -30/+50 |
* | Delete the self-test global RNG: just create one in main() and pass it | lloyd | 2008-06-28 | 6 | -57/+56 |
* | 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 |