summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-02-26 14:15:03 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-02-26 14:15:03 +0100
commitac804944fd4b52990f784961074ec5ff1733962b (patch)
tree35f686a78004216ebfd811c23eaefd7e3ec0af3c
parentc4256c6719b46d2731ae91eea93b65ae61abcecb (diff)
downloadnettle-ac804944fd4b52990f784961074ec5ff1733962b.tar.gz
Updated release plan.
-rw-r--r--misc/plan.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/misc/plan.html b/misc/plan.html
index 93ea1bc5..a7fbe184 100644
--- a/misc/plan.html
+++ b/misc/plan.html
@@ -14,7 +14,7 @@
<h1> Nettle release plans </h1>
<p> This is an attempt at defining a development target for
Nettle-3.1, inspired by similar pages for recent GMP releases.
- [Last updated 2015-01-27]</p>
+ [Last updated 2015-02-26]</p>
<p class='should'>
This really ought to be done before release
</p>
@@ -42,8 +42,16 @@
"x25519" name?</span>
</p>
<p class='done'>
+ Update chacha-poly1305 to
+ the <a href='https://tools.ietf.org/html/draft-irtf-cfrg-chacha20-poly1305-08'>current
+ draft</a>.
+ </p>
+ <p class='done'>
Add support for Ed25519 signatures.
</p>
+ <p class='should'>
+ Interface tweaks. EdDSA, Curve25519, base64.
+ </p>
<p class='wish'>
Add larger "safe" curves, e.g., M-383, curve41417 and E-521.
</p>
@@ -57,7 +65,7 @@
<p class='done'>
Make it possible to build nettle and hogweed using mini-gmp.
</p>
- <p class='should'>
+ <p class='postpone'>
Side-channel silent mem_equalp.
</p>