From: Niels Möller Date: Sun, 5 Nov 2017 22:34:35 +0000 (+0100) Subject: Update release plan. X-Git-Tag: nettle_3.4rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df7896e74f16041f5416752256e24d30e70518b;p=thirdparty%2Fnettle.git Update release plan. --- diff --git a/misc/plan.html b/misc/plan.html index 99be07d5..8f3cc186 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 the next release of Nettle, inspired by similar pages for recent GMP - releases. [Last updated 2017-10-01]

+ releases. [Last updated 2017-11-05]

This really ought to be done before release

@@ -31,7 +31,7 @@

Plans for nettle-3.4

Bug fixes

-

Fix issues with sizes of objects like the +

Fix issues with sizes of objects like the nettle_hashes array and the ecc_curve structs accidentally leaking into the ABI. Fix by another level of indirection, with a function call to return the start address. @@ -55,7 +55,7 @@ Support for more GOST standard algorithms.

-

+

Support for CFB mode (patch by Dmitry Eremin-Solenikov posted on the list).

@@ -69,7 +69,7 @@ Further optimizations of curve25519 and EdDSA, in particular, more - efficient point addition. + efficient point addition, using extended XYZT coordinates.

Miscellaneous

@@ -87,7 +87,7 @@

Build system

-

+

Delete AX_CREATE_STDINT_H, use stdint.h unconditionally.

@@ -115,7 +115,7 @@

Changes under consideration for later releases

-

These are some other changes under consideration.

+

These are some larger changes under consideration.

Interface changes