From: Niels Möller Date: Tue, 15 Jan 2002 18:37:17 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.5_release_20020131~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b7ca39e029d69b3c998df2997187d4311a9c55;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.56 Rev: src/nettle/hmac.c:1.3 Rev: src/nettle/hmac.h:1.4 --- diff --git a/ChangeLog b/ChangeLog index 2a65f5f6..d809a569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +2002-01-15 Niels Möller + + * hmac-sha1.c: New file. + 2002-01-14 Niels Möller + * 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 2e0e84f6..c4fc7f02 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 1c46a65c..cc425ae4 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