From 68e835a884a969bcc5938f46038d81c7b6c89dee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 11 Mar 2003 16:24:38 +0100
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.184
Rev: src/nettle/NEWS:1.10
---
 ChangeLog | 12 ++++++++----
 NEWS      | 20 ++++++++++++++++++--
 2 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 723becad..e05567b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-11  Niels M�ller  <nisse@cuckoo.hack.org>
+
+	* nettle.texinfo (DSA): New section.
+	(RSA): Updated documentation.
+
 2003-03-02  Niels M�ller  <nisse@cuckoo.hack.org>
 
 	* examples/nettle-benchmark.c (time_cipher): Don't use GNU C
@@ -294,12 +299,11 @@
 	grow_realloc. 
 	(nettle_buffer_clear): Rewritten to use buffer->realloc.
 
-	* buffer.h (struct nettle_buffer): REplaced the GROW function
-	pointer with a nettle_realloc_func pointer and a void
+	* buffer.h (struct nettle_buffer): Replaced the GROW function
+	pointer with a nettle_realloc_func pointer and a
+	void *realloc_ctx.
 	(NETTLE_BUFFER_GROW): Deleted macro, use function instead.
 
-	*realloc_ctx.
-
 	* buffer-init.c (nettle_buffer_init): Moved to a separate file.
 
 	* realloc.c (nettle_realloc): New function.
diff --git a/NEWS b/NEWS
index 7f03e703..f1c75b48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,24 @@
 NEWS for the 1.7 release
 
-	Renamed rsa functions for consistency. Now it's
+	Implemented DSA.
+
+	Renamed RSA functions for consistency. Now it's
 	rsa_public_key_init, not rsa_init_public_key, etc.
-	
+
+	Both RSA and DSA now have sign/verify functions that take the
+	hash digest as argument.
+
+	A rewritten and much more powerful sexp-conv program.
+
+	Other changes to the sexp code, in particular updating it to
+	the latest SPKI draft.
+
+	Building nettle as a shared library (ELF only) seems to work.
+	The version number is increased, so the library "soname" for
+	this release is "libnettle.so.1".
+
+	Bugfixes. Fixes for build and portability problems.
+
 NEWS for the 1.6 release
 
 	Optimized assembler implementations of aes, for sparc and x86.
-- 
GitLab