diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | hmac.c | 2 | ||||
-rw-r--r-- | hmac.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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. @@ -1,6 +1,6 @@ /* hmac.c * - * HMAC message authentication code. + * HMAC message authentication code (RFC-2104). */ /* nettle, low-level cryptographics library @@ -1,6 +1,6 @@ /* hmac.h * - * HMAC message authentication code. + * HMAC message authentication code (RFC-2104). */ /* nettle, low-level cryptographics library |