From: Niels Möller This is an attempt at defining a development target for
Nettle-2.8, inspired by similar pages for recent GMP releases. [Last
- updated 2013-06-25] Nettle release plans
This really ought to be done before release
@@ -51,9 +51,13 @@Move some internal-use macros from macros.h to nettle-internal.h.
-+
Do separate aes128_ctx, etc, with smaller allocation for subkeys.
++ Consider doing the same separation for camellia, cast128, and + twofish, which also use fewer subkeys for shorter key sizes. +
Don't require initialization of *dst_length for base*_decode_update.
@@ -61,15 +65,20 @@ Rename gcm "iv" to "nonce". Keep old names for backwards compatibility. -+ +
Add EAX mode?
- +Document new AES interface.
++ Document new EAX mode. +
@@ -81,6 +90,9 @@
Delay building of test programs until make check.
++ Fix dependency problems with --disable-static. +
Since xenofarm isn't up and running, do some manual testing: