]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Updated release plan.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 25 Apr 2014 19:23:29 +0000 (21:23 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 25 Apr 2014 19:23:29 +0000 (21:23 +0200)
misc/plan.html

index 695f36df8315421fa8390ceea19f7efb868bbdf8..71de6f08dec30263a99fbb5a8421795c57358c90 100644 (file)
@@ -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'>
   <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>
     <tt>CCPIC_MAYBE</tt>, and let the static libraries depend on the
     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>