From e9433bc386a6a881329a917f007348b9e5e88313 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 31 Jan 2002 08:23:35 +0100
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.61
Rev: src/nettle/NEWS:1.6
Rev: src/nettle/TODO:1.3
---
 ChangeLog | 11 +++++++++++
 NEWS      |  8 ++++++--
 TODO      |  7 ++-----
 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
-- 
GitLab