Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
a7eb86b4
Commit
a7eb86b4
authored
Oct 05, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated plan.html.
parent
ffec6637
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
misc/plan.html
misc/plan.html
+16
-4
No files found.
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
Markdown
is supported
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