| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -7/+0 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -4/+0 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -3/+3 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 2 | -2/+2 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+5 |
* | Improve handling of low-entropy situations in HMAC_RNG and Randpool. | lloyd | 2009-06-21 | 1 | -4/+7 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -2/+6 |
* | Remove the notion of counting entropy bits in HMAC_RNG or Randpool. | lloyd | 2009-01-31 | 2 | -18/+8 |
* | 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 | -2/+2 |
* | Major change in RNG semantics: you must call reseed before calling | lloyd | 2009-01-27 | 1 | -6/+1 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 2 | -95/+67 |
* | In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polled | lloyd | 2008-11-23 | 1 | -0/+2 |
* | Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. | lloyd | 2008-11-11 | 1 | -16/+20 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 1 | -11/+15 |
* | Substantially change Randpool's reseed logic. Now when a reseed | lloyd | 2008-10-27 | 1 | -2/+19 |
* | 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 | 1 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+280 |