| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't make auto_rng require AES; using it is optional as long as HMAC_RNG | lloyd | 2009-10-13 | 2 | -4/+6 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 5 | -7/+20 |
* | Improve handling of low-entropy situations in HMAC_RNG and Randpool. | lloyd | 2009-06-21 | 2 | -8/+14 |
* | Change the order of preference for /dev/*random polling to | lloyd | 2009-06-09 | 1 | -1/+1 |
* | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 1 | -1/+0 |
* | Make AutoSeeded_RNG::reseed's parameter default to 256 for compatability | lloyd | 2009-04-16 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 10 | -26/+46 |
* | Remove the notion of counting entropy bits in HMAC_RNG or Randpool. | lloyd | 2009-01-31 | 4 | -35/+14 |
* | Make Entropy_Accumulator a pure virtual to allow other accumulation | lloyd | 2009-01-31 | 2 | -2/+2 |
* | In the X9.31 PRNG, move the code that rekeys the cipher and generates V to | lloyd | 2009-01-31 | 2 | -44/+53 |
* | Have Entropy_Accumulator dump everything into a BufferedComputation. | lloyd | 2009-01-27 | 2 | -5/+3 |
* | Major change in RNG semantics: you must call reseed before calling | lloyd | 2009-01-27 | 3 | -20/+4 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 9 | -238/+159 |
* | Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that any | lloyd | 2008-11-23 | 1 | -1/+1 |
* | In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polled | lloyd | 2008-11-23 | 2 | -0/+5 |
* | Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. | lloyd | 2008-11-11 | 2 | -17/+20 |
* | Rename timers.h to timer.h | lloyd | 2008-11-11 | 1 | -1/+1 |
* | Wrap at 80 columns | lloyd | 2008-11-11 | 1 | -1/+3 |
* | Several changes to HMAC_RNG, many on the basis of the paper | lloyd | 2008-11-10 | 1 | -27/+43 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 3 | -3/+3 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 2 | -1/+2 |
* | In HMAC_RNG, periodically fast poll a source while operating normally. | lloyd | 2008-11-07 | 2 | -46/+32 |
* | 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 |