aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/randpool
Commit message (Expand)AuthorAgeFilesLines
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+5
* Improve handling of low-entropy situations in HMAC_RNG and Randpool.lloyd2009-06-211-4/+7
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-2/+6
* Remove the notion of counting entropy bits in HMAC_RNG or Randpool.lloyd2009-01-312-18/+8
* Make Entropy_Accumulator a pure virtual to allow other accumulationlloyd2009-01-311-1/+1
* Have Entropy_Accumulator dump everything into a BufferedComputation.lloyd2009-01-271-2/+2
* Major change in RNG semantics: you must call reseed before callinglloyd2009-01-271-6/+1
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-95/+67
* In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polledlloyd2008-11-231-0/+2
* Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.lloyd2008-11-111-16/+20
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-1/+1
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-0/+1
* Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNGlloyd2008-11-061-11/+15
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-271-2/+19
* 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-291-0/+0
* Move all modules into src/ directorylloyd2008-09-283-0/+280