From 0df7896e74f16041f5416752256e24d30e70518b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Sun, 5 Nov 2017 23:34:35 +0100 Subject: [PATCH] Update release plan. --- misc/plan.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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

-- 2.47.2