Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
a7eb86b4
Commit
a7eb86b4
authored
Oct 05, 2013
by
Niels Möller
Browse files
Updated plan.html.
parent
ffec6637
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/plan.html
View file @
a7eb86b4
...
...
@@ -14,7 +14,7 @@
<h1>
Nettle release plans
</h1>
<p>
This is an attempt at defining a development target for
Nettle-2.8, inspired by similar pages for recent GMP releases. [Last
updated 2013-
06-2
5]
</p>
updated 2013-
10-0
5]
</p>
<p
class=
'should'
>
This really ought to be done before release
</p>
...
...
@@ -51,9 +51,13 @@
<p
class=
'should'
>
Move some internal-use macros from macros.h to nettle-internal.h.
</p>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
Do separate aes128_ctx, etc, with smaller allocation for subkeys.
</p>
<p
class=
'wish'
>
Consider doing the same separation for camellia, cast128, and
twofish, which also use fewer subkeys for shorter key sizes.
</p>
<p
class=
'should'
>
Don't require initialization of *dst_length for base*_decode_update.
</p>
...
...
@@ -61,15 +65,20 @@
Rename gcm "iv" to "nonce". Keep old names for backwards
compatibility.
</p>
<p
class=
'wish'
>
<h2>
New features
</h2>
<p
class=
'done'
>
Add
<a
href=
'http://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf'
>
EAX
</a
>
mode?
</p>
<h2>
Documentation
</h2>
<p
class=
'should'
>
Document new AES interface.
</p>
<p
class=
'should'
>
Document new EAX mode.
</p>
<h2>
Build system
</h2>
<p
class=
'should'
>
...
...
@@ -81,6 +90,9 @@
<p
class=
'should'
>
Delay building of test programs until
<tt>
make check
</tt>
.
</p>
<p
class=
'done'
>
Fix dependency problems with
<tt>
--disable-static
</tt>
.
</p>
<h2>
Testing
</h2>
<p>
Since xenofarm isn't up and running, do some manual testing:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment