diff options
author | lloyd <[email protected]> | 2008-11-21 23:33:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-21 23:33:34 +0000 |
commit | 06230c3f093e867f4f0f4989f6bc6b5285bf85ed (patch) | |
tree | 290dac268a1c972912b0e25641fc12e9a5fe7a0e /doc | |
parent | 2192a572613f924e2d1b95572ee8c5bc18a46ea0 (diff) |
Cache socket descriptors in EGD entropy source, instead of creating each poll
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index b98175358..764b4fa5b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,9 +1,10 @@ * 1.7.23-pre, ????-??-?? + - By default use TR1 (thus enabling ECDSA) with GCC and ICC + - Cache socket descriptors in the EGD entropy source - Make Timer pure virtual, and add ANSI_Clock_Timer - Add a Default_Benchmark_Timer typedef in benchmark.h - Add examples using benchmark.h and Algorithm_Factory - - By default use TR1 (thus enabling ECDSA) with GCC and ICC - Add ECC tests from InSiTo - Minor documentation updates |