From 1e79b7221f9883530a5c6459e2018b887e39d314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 25 Apr 2014 21:23:29 +0200 Subject: [PATCH] Updated release plan. --- misc/plan.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/misc/plan.html b/misc/plan.html index 695f36df..71de6f08 100644 --- a/misc/plan.html +++ b/misc/plan.html @@ -48,7 +48,7 @@ Use the type uint64_t for 64-bit block counts in all hash functions.

-

+

Move some internal-use macros from macros.h to nettle-internal.h.

@@ -104,9 +104,15 @@

Document new AES and Camellia interface.

+

+ Document additional sha512 variants. +

Document new EAX mode.

+

+ Document new CCM mode. +

Document new DSA interface.

@@ -127,6 +133,10 @@ CCPIC_MAYBE, and let the static libraries depend on the right object files.

+

+ Reconsider assembly make rules, going back to a .asm.o: rule might + work better with Solaris' make. +

Delay building of test programs until make check.

-- GitLab