aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/randpool/randpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Previously, AutoRNG was just a reference to the global rng, which canlloyd2013-11-081-208/+0
* Fix calling on deleted objectslloyd2013-07-191-2/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-3/+3
|\
| * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-11/+11
| |\
| * \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-141-3/+3
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-211-3/+3
| | |\ \
| | | * | Post-merge fixeslloyd2009-12-161-2/+2
| | | * | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c...lloyd2009-12-011-5/+0
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-171-3/+3
| | | |\ \ \
| | | * | | | Use auto for long iterator names, etc.lloyd2009-11-161-3/+2
| | | * | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-2/+4
| | | |\ \ \ \
| | | | * | | | Change call to system_time to use std::chronolloyd2009-09-301-2/+4
* | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-131-2/+2
* | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* | | | | | | | Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-13/+13
* | | | | | | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-5/+5
* | | | | | | | Handle the case that container size() returns something other than u32bitlloyd2010-09-141-1/+1
* | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* | | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Yet more Doxygen commentslloyd2010-06-161-11/+11
|/ / / / / /
* / / / / / Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
|/ / / / /
* | | | | Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* | | | | Make many more headers internal-only.lloyd2009-12-161-3/+3
| |_|_|/ |/| | |
* | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-4/+0
| |_|/ |/| |
* | | Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-3/+3
|/ /
* / Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
|/
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* 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-301-1/+3
* Remove the notion of counting entropy bits in HMAC_RNG or Randpool.lloyd2009-01-311-16/+6
* 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-271-84/+56
* 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
* 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-301-8/+9
* Move all modules into src/ directorylloyd2008-09-281-0/+223