| Commit message (Expand) | Author | Age | Files | Lines |
* | HMAC_RNG will only check to see if it should reseed once per call | lloyd | 2008-11-07 | 1 | -60/+47 |
* | Disable final upper bound limit since the min takes care of it | lloyd | 2008-11-06 | 1 | -5/+1 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 3 | -68/+27 |
* | In HMAC_RNG, force a reseed after 8192 blocks | lloyd | 2008-10-28 | 1 | -0/+3 |
* | Clear K after new PRK is generated. | lloyd | 2008-10-28 | 1 | -4/+7 |
* | Set the default XTS (ASCII value of "Botan HMAC_RNG XTS") only once, in | lloyd | 2008-10-28 | 1 | -86/+92 |
* | Modify AutoSeeded_RNG to use HMAC_RNG instead of Randpool, if HMAC_RNG is | lloyd | 2008-10-28 | 2 | -5/+20 |
* | Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paper | lloyd | 2008-10-28 | 3 | -0/+403 |
* | In ANSI_X931_RNG::reseed, only attempt to reseed the X9.31 state if | lloyd | 2008-10-28 | 1 | -7/+10 |
* | Substantially change Randpool's reseed logic. Now when a reseed | lloyd | 2008-10-27 | 2 | -18/+48 |
* | Move EntropySource base class to new entropy_src.h (which allows the implemen... | lloyd | 2008-10-26 | 2 | -19/+2 |
* | Move rng.h from core to rng | lloyd | 2008-10-26 | 1 | -0/+107 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 5 | -0/+241 |
* | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1 | lloyd | 2008-09-30 | 2 | -8/+7 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 2 | -10/+14 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 2 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 6 | -0/+478 |