From: Niels Möller Date: Thu, 13 Oct 2005 12:33:37 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.14_release_20051205~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a58956e32d7bfd73c15ca6fb072ca2a31fa5e229;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.340 --- diff --git a/ChangeLog b/ChangeLog index 936097d1..3c87daa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-10-13 Niels Möller + + * sparc64/aes.asm: New file. Copy of sparc/aes.asm, with minor + changes to the stack frame layout. Patch contributed by Henrik + Grubbström. Not yet tested. + + * x86/md5-compress.asm: Skip copying of input to the stack, and + don't allocate space for it. + (F1): Fixed bug. + + * testsuite/md5-test.c: Document intermediate values for first + test case. + + * configure.ac (asm_path): Check for sparc64, and use sparc64 + subdirectory. Link in md5-compress.asm, if it exists. + 2005-10-13 Niels Möller * x86/md5-compress.asm (REF): Fixed calculation of offset.