| Commit message (Expand) | Author | Age | Files | Lines |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -4/+4 |
* | Use size_t instead of u32bit in entropy and rng | lloyd | 2010-10-12 | 1 | -7/+6 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -3/+3 |
* | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 1 | -1/+1 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+2 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -8/+8 |
* | HMAC_RNG handling changes - split up reseed() and add_entropy() | lloyd | 2010-04-27 | 1 | -31/+30 |
* | In add_entropy(), additionally poll for 64 bits of system entropy | lloyd | 2010-03-19 | 1 | -15/+20 |
* | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 1 | -1/+1 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -3/+3 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -1/+1 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 1 | -1/+1 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+0 |
* | Improve handling of low-entropy situations in HMAC_RNG and Randpool. | lloyd | 2009-06-21 | 1 | -4/+7 |
* | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 1 | -1/+0 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -0/+2 |
* | Remove the notion of counting entropy bits in HMAC_RNG or Randpool. | lloyd | 2009-01-31 | 1 | -15/+4 |
* | Make Entropy_Accumulator a pure virtual to allow other accumulation | lloyd | 2009-01-31 | 1 | -1/+1 |
* | Have Entropy_Accumulator dump everything into a BufferedComputation. | lloyd | 2009-01-27 | 1 | -3/+1 |
* | Major change in RNG semantics: you must call reseed before calling | lloyd | 2009-01-27 | 1 | -13/+2 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 1 | -114/+64 |
* | 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 | 1 | -0/+3 |
* | Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. | lloyd | 2008-11-11 | 1 | -1/+0 |
* | 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 |
* | In HMAC_RNG, periodically fast poll a source while operating normally. | lloyd | 2008-11-07 | 1 | -44/+30 |
* | 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 | 1 | -52/+5 |
* | 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 |
* | Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paper | lloyd | 2008-10-28 | 1 | -0/+339 |