+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.
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
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
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