diff --git a/ChangeLog b/ChangeLog
index 2a65f5f6107ee5aba711218e201936dc7bd66bf8..d809a569536ba0117c7a61f2d41160729be515a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
+2002-01-15  Niels M�ller  <nisse@cuckoo.hack.org>
+
+	* hmac-sha1.c: New file.
+
 2002-01-14  Niels M�ller  <nisse@cuckoo.hack.org>
 
+	* configure.in: Bumped version to 1.1.
+
 	* testsuite/hmac-test.c (test_main): Added hmac-sha1 test cases.
 
 	* rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d. 
diff --git a/hmac.c b/hmac.c
index 2e0e84f6328c11cc49aa404d1e1bb2279d343863..c4fc7f02bd7e20c910ff4428e689ec5ba22d4cc0 100644
--- a/hmac.c
+++ b/hmac.c
@@ -1,6 +1,6 @@
 /* hmac.c
  *
- * HMAC message authentication code.
+ * HMAC message authentication code (RFC-2104).
  */
 
 /* nettle, low-level cryptographics library
diff --git a/hmac.h b/hmac.h
index 1c46a65cf9c7a6cc5059661d5ba2ccc83d7c7648..cc425ae4f7a999b444f16a819068a423c8c1008e 100644
--- a/hmac.h
+++ b/hmac.h
@@ -1,6 +1,6 @@
 /* hmac.h
  *
- * HMAC message authentication code.
+ * HMAC message authentication code (RFC-2104).
  */
 
 /* nettle, low-level cryptographics library