From: Niels Möller Date: Sat, 5 Oct 2013 18:54:16 +0000 (+0200) Subject: Updated plan.html. X-Git-Tag: nettle_3.0_release_20140607~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7eb86b40fb8f50310a26fba83426e4f11534d3e;p=thirdparty%2Fnettle.git Updated plan.html. --- diff --git a/misc/plan.html b/misc/plan.html index d01ff8cb..019b1ba8 100644 --- a/misc/plan.html +++ b/misc/plan.html @@ -14,7 +14,7 @@

Nettle release plans

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]

+ updated 2013-10-05]

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.

-

+ +

New features

+

Add EAX mode?

- +

Documentation

Document new AES interface.

+

+ Document new EAX mode. +

Build system

@@ -81,6 +90,9 @@

Delay building of test programs until make check.

+

+ Fix dependency problems with --disable-static. +

Testing

Since xenofarm isn't up and running, do some manual testing: