diff --git a/ChangeLog b/ChangeLog
index 0a6b20d2bc736417016e2d35a73266682608232f..2a65f5f6107ee5aba711218e201936dc7bd66bf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2002-01-14  Niels M�ller  <nisse@cuckoo.hack.org>
 
+	* testsuite/hmac-test.c (test_main): Added hmac-sha1 test cases.
+
+	* rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d. 
+
+	* rsa.h (struct rsa_private_key): Reintroduced d attribute, to be
+	used only for key generation output.
+	(rsa_generate_keypair): Wrote a prototype.
+
+	* Makefile.am (libnettle_a_SOURCES): Added hmac-sha1.c and
+	nettle-internal.h. 
+
 	* des.c: Use static const for all tables.
 	(des_set_key): Use a new const * variable for the parity
 	procesing, for constness reasons.