]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 12 Dec 2001 18:17:51 +0000 (19:17 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 12 Dec 2001 18:17:51 +0000 (19:17 +0100)
Rev: src/nettle/ChangeLog:1.50

ChangeLog

index cfd2ff7adc5ad73f7e3ca3fcb46023f99f708c7e..10ff5e002320a9a1731e1df25e3e273f086aa672 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2001-12-12  Niels Möller  <nisse@cuckoo.hack.org>
+
+       * 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  <nisse@cuckoo.hack.org>
+
+       * bignum.c (nettle_mpz_get_str_256): Fixed handling of leading
+       zeroes. 
+
 2001-12-05  Niels Möller  <nisse@cuckoo.hack.org>
 
        * testsuite/yarrow-test.c (main): Updated test to match the fixed