aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-268-8/+64
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-098-8/+8
* propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83...lloyd2008-09-301-0/+1
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-298-0/+0
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-281-0/+10
* Move buf_es into module, add deps where neededlloyd2008-09-286-0/+144
* Move all modules into src/ directorylloyd2008-09-2824-0/+1445