From: Niels Möller Date: Wed, 12 Dec 2001 18:17:51 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.5_release_20020131~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8196a1a77098b3e5fb8e64f85f39c4c48e731480;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.50 --- diff --git a/ChangeLog b/ChangeLog index cfd2ff7a..10ff5e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-12-12 Niels Möller + + * testsuite/yarrow-test.c (main): Updated testcase to match fixed + generator. Send verbose output to stdout, not stderr. + + * yarrow256.c (yarrow_slow_reseed): Bug fix, update the fast pool + with the digest of the slow pool. + (yarrow256_init): Initialize seed_file and counter to zero, to + ease debugging. + +2001-12-07 Niels Möller + + * bignum.c (nettle_mpz_get_str_256): Fixed handling of leading + zeroes. + 2001-12-05 Niels Möller * testsuite/yarrow-test.c (main): Updated test to match the fixed