diff --git a/ChangeLog b/ChangeLog index 54973ada21b8122e1658732765ada3a495809051..1e81637178c9569cea66b1d7a61eb97f5f9aa343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-01-31 Niels M�ller <nisse@cuckoo.hack.org> + + * nettle.texinfo (Randomness): New subsection on Yarrow. + +2002-01-30 Niels M�ller <nisse@cuckoo.hack.org> + + * nettle.texinfo (Randomness): New chapter. + Spell checking and ispell configuration. + + * md5.c: Added reference to RFC 1321. + 2002-01-24 Niels M�ller <nisse@cuckoo.hack.org> * nettle.texinfo (Public-key algorithms): Minor fixes. diff --git a/NEWS b/NEWS index 7036fa180a2d81bffd9ce8d8053df92b7d9cfa85..914b8f00e89b7b0bfebae5fe2d6a19e620506e63 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,13 @@ NEWS for the 1.5 release - Added RSA support. Key generation and signatures. + RSA support. Key generation and signatures. - Added support for HMAC (RFC-2104). + Support for HMAC (RFC-2104). + An implementation of the Yarrow-256 PRNG. + + New sections in the manual. + Changed the interface for hash functions. The md5_digest function is now equivalent to the old sequence of md5_final, md5_digest, md5_init, and similarly for the other hashing diff --git a/TODO b/TODO index a15acc69a57fc75d2c64e38edb02ac9b6a9ce47b..3e2ec09219aa522529e45e3187bc53fe9ff6ae1d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ Public key support, analogous to that provided by RSAREF. Suggested by -Dan Egnor. References: +Dan Egnor. Signatures are done now, but RSA encryption is still +missing. References: http://download.gale.org/rsaref20.tar.Z http://www.openssl.org/docs/crypto/evp.html @@ -9,7 +10,3 @@ More feedback modes, in order of decreasing priority: CBC-MAC, OFB, Counter, and CFB. Suggested by Rafael 'Dido' Sevilla. References: http://csrc.nist.gov/encryption/modes/Recommendation/Modes01.pdf - -Add a randomness pool. Perhaps YARROW? - - http://www.counterpane.com/yarrow.html