aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/dev_random
Commit message (Expand)AuthorAgeFilesLines
* 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