aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-298-16/+0
* Add support for GNU/Hurdlloyd2009-10-072-0/+2
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-253-0/+3
* Two changes to proc_walk:lloyd2009-07-251-2/+2
* Fix some unused variable nits pointed out by icc 10.1lloyd2009-07-211-1/+1
* Move some files around to break up dependencies between directorieslloyd2009-07-163-0/+12
* static_cast a double before returning it as a u32bit to avoid a warninglloyd2009-07-101-1/+1
* Fix a subtle bug in the /dev/*random reader. The maximum ms wait time waslloyd2009-07-021-2/+3
* Minor hackery to deal with win32 library dependencieslloyd2009-07-022-2/+2
* Changes to /dev/*random poller - read up to 48 bytes, and wait longer in sele...lloyd2009-06-091-3/+2
* 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-3018-23/+59
* merge of '93d8e162df445b607d3085d0f966f4e7b286108a'lloyd2009-01-313-23/+38
|\
| * In es_unix, two changeslloyd2009-01-311-6/+3
| * Recast to byte pointer in Entropy_Accumulator before passing to add_byteslloyd2009-01-311-4/+4
| * Change the max amount read from /dev/*random to 128 bits.lloyd2009-01-311-9/+4
| * Track the collected entropy as a double instead of a unsigned int. Otherwiselloyd2009-01-311-3/+5
| * Make Entropy_Accumulator a pure virtual to allow other accumulationlloyd2009-01-311-5/+26
* | Compilation fixes for the Win32 entropy sources.lloyd2009-01-282-4/+4
|/
* Double the static estimate in es_ftw. To collect 256 bits of estimatedlloyd2009-01-281-1/+1
* In the BeOS entropy poll, quit the loop early if the polling goal waslloyd2009-01-281-0/+3
* Go back to entropy bits per byte, instead of total estimated entropy oflloyd2009-01-281-4/+4
* Have Entropy_Accumulator dump everything into a BufferedComputation.lloyd2009-01-273-103/+23
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-2720-442/+510
* In the Unix entropy source fast poll, clear the stat buf beforelloyd2009-01-031-0/+1
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-023-11/+7
* If the read succeceed in EGD_EntropySource::slow_poll, the loop wouldlloyd2008-11-251-0/+2
* In es_ftw, remove check for if the return value of read() is largerlloyd2008-11-241-1/+1
* Modify es_ftw to use xor_into_buflloyd2008-11-231-4/+4
* Previously es_unix would always try to get 16K, then return. Now itlloyd2008-11-231-4/+3
* Limit the output size of fast polls by the BeOS, Unix, and Win32 entropylloyd2008-11-233-0/+3
* Compile fixlloyd2008-11-231-2/+2
* Remove now unused buf_es modulelloyd2008-11-233-134/+0
* Update BeOS entropy poller to also derive directly from EntropySourcelloyd2008-11-233-35/+46
* Fix return types in declarationlloyd2008-11-231-2/+3
* Convert Win32 stats polling entropy source to use xor_into_buf. Untested.lloyd2008-11-233-44/+59
* Fix indexing of ids array. Don't zeroize stat/rusage bufs before uselloyd2008-11-231-8/+4
* Use template version of xor_into_buf wherever useful in es_unix.cpplloyd2008-11-231-3/+3
* Use template version of xor_into_buf in es_unixlloyd2008-11-231-1/+1
* Change unix_procs entropy source to be a plain EntropySource instead oflloyd2008-11-233-24/+47
* Remove dep on buf_es in proc_walk info.txtlloyd2008-11-211-4/+0
* Last minute es_ftw optimizations / logic changes. Performance of seedinglloyd2008-11-212-35/+27
* Remove debug printflloyd2008-11-211-1/+0
* Cache socket descriptors in EGD entropy source, instead of creating each polllloyd2008-11-212-50/+97
* 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
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+2
* Cache device descriptors in Device_EntropySourcelloyd2008-11-072-34/+45
* Add fast_poll implementationlloyd2008-11-042-3/+12
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-2713-16/+55