aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/dev_random
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-161/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-161-1/+1
* Fix EGD settings. Some cleanup and renaming.lloyd2013-11-092-12/+12
* At least 128 bits, not at most 128lloyd2013-11-081-1/+1
* Simplify device opening, and avoid leaking a file descriptor if it waslloyd2013-11-081-18/+14
* Poll all randomness devices instead of breaking out earlylloyd2013-11-062-85/+38
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Avoid blocking more than 100 ms in the random device reader. Scale uplloyd2012-02-201-3/+6
* Be more conservative about entropy estimates. In particular, insteadlloyd2012-02-171-1/+1
* FD_ZERO on Solaris uses memset, and assumes we included string.hlloyd2011-05-241-0/+1
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-211-2/+2
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-122-8/+8
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-163-3/+9
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-6/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add support for GNU/Hurdlloyd2009-10-071-0/+1
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
* Fix a subtle bug in the /dev/*random reader. The maximum ms wait time waslloyd2009-07-021-2/+3
* Changes to /dev/*random poller - read up to 48 bytes, and wait longer in sele...lloyd2009-06-091-3/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-0/+4
* Change the max amount read from /dev/*random to 128 bits.lloyd2009-01-311-9/+4
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-36/+28
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-2/+3
* Reduce /dev/random poll times: 5ms for fast, 20 for slowlloyd2008-11-101-2/+2
* The device reader constructors were being called too soon. Insteadlloyd2008-11-102-19/+40
* Cache device descriptors in Device_EntropySourcelloyd2008-11-072-34/+45
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-272-1/+3
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-262-5/+17
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* 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/+167