summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--NEWS8
-rw-r--r--TODO7
3 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 54973ada..1e816371 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 7036fa18..914b8f00 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 a15acc69..3e2ec092 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