summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-04-25 21:23:29 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-04-25 21:23:29 +0200
commit1e79b7221f9883530a5c6459e2018b887e39d314 (patch)
treed5fd283fbca8261b8ee12863c077b615baec1ffe /misc
parente3e126072765a3cc07a545c77d5266b278b64b92 (diff)
downloadnettle-1e79b7221f9883530a5c6459e2018b887e39d314.tar.gz
Updated release plan.
Diffstat (limited to 'misc')
-rw-r--r--misc/plan.html12
1 files changed, 11 insertions, 1 deletions
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 <tt>uint64_t</tt> for 64-bit block counts in all hash
functions.
</p>
- <p class='should'>
+ <p class='postponed'>
Move some internal-use macros from macros.h to nettle-internal.h.
</p>
<p class='done'>
@@ -104,9 +104,15 @@
<p class='done'>
Document new AES and Camellia interface.
</p>
+ <p class='done'>
+ Document additional sha512 variants.
+ </p>
<p class='should'>
Document new EAX mode.
</p>
+ <p class='done'>
+ Document new CCM mode.
+ </p>
<p class='should'>
Document new DSA interface.
</p>
@@ -128,6 +134,10 @@
right object files.
</p>
<p class='should'>
+ Reconsider assembly make rules, going back to a .asm.o: rule might
+ work better with Solaris' make.
+ </p>
+ <p class='should'>
Delay building of test programs until <tt>make check</tt>.
</p>
<p class='done'>