]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Fri, 26 Mar 2010 14:34:58 +0000 (15:34 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 26 Mar 2010 14:34:58 +0000 (15:34 +0100)
Rev: nettle/ChangeLog:1.63

ChangeLog

index 99ae7a25552702e6afa314ef939b6a334e14caf2..91eadb4f8969415930807e1954f2c3af0b86082e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2010-03-26  Niels Möller  <nisse@lysator.liu.se>
+
+       * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added sha224-test.c.
+
+       * Makefile.in (nettle_SOURCES): Added sha224-meta.c and
+       write-be32.c.
+       (DISTFILES): Added nettle-write.h.
+
+       * sha.h: Added declarations for sha224. Some are aliases for the
+       corresponding sha256 definition.
+
+       * sha256.c (sha256_digest): Use _nettle_write_be32.
+       (sha224_init): New function.
+       (sha224_digest): New function.
+
+       * sha1.c (sha1_digest): Use _nettle_write_be32.
+
+       * nettle-internal.h (NETTLE_MAX_HASH_BLOCK_SIZE)
+       (NETTLE_MAX_HASH_DIGEST_SIZE): Increased, to take sha512 into
+       account.
+
+       * nettle-write.h: New file.
+
+       * write-be32.c (_nettle_write_be32): New file, new function.
+
+       * sha224-meta.c: New file.
+
 2010-03-25  Niels Möller  <nisse@lysator.liu.se>
 
        * hmac-sha384.c: New file.