aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/egd/es_egd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-156/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Be more conservative about entropy estimates. In particular, insteadlloyd2012-02-171-1/+1
* I can't spelllloyd2011-05-131-1/+1
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-5/+5
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* Use strncpy instead of strcpy in EGD readerlloyd2010-06-131-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+1
* Fix some unused variable nits pointed out by icc 10.1lloyd2009-07-211-1/+1
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-49/+79
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-1/+4
* If the read succeceed in EGD_EntropySource::slow_poll, the loop wouldlloyd2008-11-251-0/+2
* Remove debug printflloyd2008-11-211-1/+0
* Cache socket descriptors in EGD entropy source, instead of creating each polllloyd2008-11-211-40/+76
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-271-2/+2
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-0/+9
* Move all modules into src/ directorylloyd2008-09-281-0/+76