]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Tue, 15 Jan 2002 18:37:17 +0000 (19:37 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 15 Jan 2002 18:37:17 +0000 (19:37 +0100)
Rev: src/nettle/ChangeLog:1.56
Rev: src/nettle/hmac.c:1.3
Rev: src/nettle/hmac.h:1.4

ChangeLog
hmac.c
hmac.h

index 2a65f5f6107ee5aba711218e201936dc7bd66bf8..d809a569536ba0117c7a61f2d41160729be515a2 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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