diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index c150c4c99..87caa98a9 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,12 @@ +2002-08-30 Werner Koch <[email protected]> + + * random.c: Automagically detect the entrop gatherer when + configure so. + * rndegd.c (rndegd_connect_socket): New. Factored out from .. + (rndegd_gather_random): here and call it. + (do_read): Update the counter variables correctly. This was not a + problem due to the way EGD works. Bug found by Christian Biere. + 2002-08-20 Werner Koch <[email protected]> * primegen.c (generate_elg_prime): Return all factors for mode 1. |