]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 20:10:55 +0000 (21:10 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 20:10:55 +0000 (21:10 +0100)
Rev: src/nettle/ChangeLog:1.55

ChangeLog

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