From: Niels Möller Date: Mon, 14 Feb 2011 13:31:43 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_2.2_release_20110711~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5bb3afe05a853c34fc4825b43ea123ab4054a52;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.154 --- diff --git a/ChangeLog b/ChangeLog index 32ca92ff..00eb9a17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2011-02-14 Niels Möller + * testsuite/gcm-test.c (test_gcm_aes): Deleted function, replaced + by test_aead. + (test_main): Use test_aead. + + * testsuite/testutils.c (test_aead): New function, replacing + test_gcm_aes and before that test_cipher_gcm. + + * nettle-internal.c (nettle_gcm_aes128): New const struct. + (nettle_gcm_aes192): Likewise. + (nettle_gcm_aes256): Likewise. + + * nettle-internal.h (struct nettle_aead): Tentative interface for + authenticated encryption with associated data. + * examples/nettle-benchmark.c (time_gcm): Renamed. Updated for gcm_aes_auth to gcm_aes_update renaming. Benchmark both encryption and hashing.