aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/auto_rng
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-131-1/+1
|\
| * Throw Internal_Error instead of Algorithm_Not_Found if no usable RNGlloyd2009-09-081-1/+1
* | Don't make auto_rng require AES; using it is optional as long as HMAC_RNGlloyd2009-10-132-4/+6
|/
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-6/+6
* Change the order of preference for /dev/*random polling tolloyd2009-06-091-1/+1
* Make AutoSeeded_RNG::reseed's parameter default to 256 for compatabilitylloyd2009-04-161-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-8/+12
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-14/+9
* Rename timers.h to timer.hlloyd2008-11-111-1/+1
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-1/+1
* Modify AutoSeeded_RNG to use HMAC_RNG instead of Randpool, if HMAC_RNG islloyd2008-10-282-5/+20
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-271-16/+29
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-263-0/+189