Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wim Lewis
nettle
Commits
646e1f40
Commit
646e1f40
authored
11 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated plan.
parent
ab38c077
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+28
-4
28 additions, 4 deletions
misc/plan.html
with
28 additions
and
4 deletions
misc/plan.html
+
28
−
4
View file @
646e1f40
...
...
@@ -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 201
3-10
-0
5
]
</p>
updated 201
4-01
-0
2
]
</p>
<p
class=
'should'
>
This really ought to be done before release
</p>
...
...
@@ -30,7 +30,7 @@
<h1>
Plans for nettle-2.8
</h1>
<p>
nettle-2.8 is intended to be a
minor
API cleanup, with few new
<p>
nettle-2.8 is intended to be a
n
API cleanup, with few new
features.
</p>
<h2>
Interface changes
</h2>
...
...
@@ -65,13 +65,31 @@
Rename gcm "iv" to "nonce". Keep old names for backwards
compatibility.
</p>
<p
class=
'should'
>
New DSA interface, with a separate struct dsa_params.
</p>
<h2>
New features
</h2>
<p
class=
'done'
>
Add
<a
href=
'http://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf'
>
EAX
</a
>
mode?
</p>
<p
class=
'should'
>
Add poly1305.
</p>
<p
class=
'should'
>
Add chacha.
</p>
<p
class=
'should'
>
Add ecc_bitsize function.
</p>
<p
class=
'wish'
>
Add functions for converting ECC points to and from ANSI x9.62.
</p>
<p
class=
'wish'
>
Use side-channel silent GMP functions for RSA and DSA. May require
additional interface changes, to use mpn functions.
</p>
<h2>
Documentation
</h2>
<p
class=
'should'
>
Document new AES interface.
...
...
@@ -79,6 +97,12 @@
<p
class=
'should'
>
Document new EAX mode.
</p>
<p
class=
'should'
>
Document new DSA interface.
</p>
<p
class=
'should'
>
Document poly1305.
</p>
<h2>
Build system
</h2>
<p
class=
'should'
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment