From: Niels Möller Date: Tue, 7 May 2002 16:15:12 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.6_release_20021003~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94628b71ccc6817e16dd8f82e6bade9e6b80fb86;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.83 --- diff --git a/ChangeLog b/ChangeLog index f3081fe7..bf72775b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2002-05-07 Niels Möller + + * configure.ac: Generate config.m4. + + * x86/aes.asm: Use C for comments, include the tables using + include_src, and commented out the key setup functions. + Fixed the processing of the first handling of the round function. + Now, encryption of a single block works! Multiple blocks, and + decryption, is still broken. + + * x86/machine.m4: New file (empty). + + * x86/aes-encrypt.asm: New file, empty for now. + + * Makefile.am (%.asm): Added asm.m4, machine.m4 and config.m4 to + the m4 command line. + (libnettle_a_SOURCES): Added aes-encrypt-table.c. + + * sparc/aes.asm: No need to include asm.m4, that is taken care of + by the Makefile. + + * config.m4.in: New file, configuration for asm.m4. + + * asm.m4 (C, include_src): New macros. + + * aes-encrypt-table.c: New file, table moved out from + aes-encrypt.c. + 2002-05-06 Niels Möller * configure.ac (CFLAGS): Don't enable -Waggregate-return.