aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that anylloyd2008-11-231-1/+1
* In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polledlloyd2008-11-232-0/+5
* Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.lloyd2008-11-112-17/+20
* Rename timers.h to timer.hlloyd2008-11-111-1/+1
* Wrap at 80 columnslloyd2008-11-111-1/+3
* Several changes to HMAC_RNG, many on the basis of the paperlloyd2008-11-101-27/+43
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-083-3/+3
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-082-1/+2
* In HMAC_RNG, periodically fast poll a source while operating normally.lloyd2008-11-072-46/+32
* HMAC_RNG will only check to see if it should reseed once per calllloyd2008-11-071-60/+47
* Disable final upper bound limit since the min takes care of itlloyd2008-11-061-5/+1
* Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNGlloyd2008-11-063-68/+27
* In HMAC_RNG, force a reseed after 8192 blockslloyd2008-10-281-0/+3
* Clear K after new PRK is generated.lloyd2008-10-281-4/+7
* Set the default XTS (ASCII value of "Botan HMAC_RNG XTS") only once, inlloyd2008-10-281-86/+92
* Modify AutoSeeded_RNG to use HMAC_RNG instead of Randpool, if HMAC_RNG islloyd2008-10-282-5/+20
* Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paperlloyd2008-10-283-0/+403
* In ANSI_X931_RNG::reseed, only attempt to reseed the X9.31 state iflloyd2008-10-281-7/+10
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-272-18/+48
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-262-19/+2
* Move rng.h from core to rnglloyd2008-10-261-0/+107
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-265-0/+241
* Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1lloyd2008-09-302-8/+7
* Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-302-10/+14
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-292-0/+0
* Move all modules into src/ directorylloyd2008-09-286-0/+478