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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
fa4331ac
Commit
fa4331ac
authored
13 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated release plan.
parent
988f2886
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+16
-12
16 additions, 12 deletions
misc/plan.html
with
16 additions
and
12 deletions
misc/plan.html
+
16
−
12
View file @
fa4331ac
...
@@ -8,14 +8,13 @@
...
@@ -8,14 +8,13 @@
type=
"text/css"
href=
"todo.css"
media=
"all"
/>
type=
"text/css"
href=
"todo.css"
media=
"all"
/>
<meta
http-equiv=
"Content-Type"
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
content=
"text/html; charset=utf-8"
/>
<title>
TODO for coming
nettle-2.2
releases
</title>
<title>
TODO for coming releases
</title>
</head>
</head>
<body>
<body>
<h1>
R
elease plans
</h1>
<h1>
Nettle r
elease plans
</h1>
<p>
This is an attempt at defining a development target for
<p>
This is an attempt at defining a development target for
Nettle-2.5, inspired by similar pages for recent GMP releases.
Nettle-2.5, inspired by similar pages for recent GMP releases. [Last
[Last updated 2012-04-29]
</p>
updated 2012-04-30]
</p>
<h2>
Color codes
</h2>
<p
class=
'should'
>
<p
class=
'should'
>
This really ought to be done before release
This really ought to be done before release
</p>
</p>
...
@@ -32,7 +31,8 @@
...
@@ -32,7 +31,8 @@
<h1>
Plan for the Nettle-2.5 release
</h1>
<h1>
Plan for the Nettle-2.5 release
</h1>
<h2>
RSA blinding
</h2>
<h2>
RSA blinding
</h2>
<p
class=
'wish'
>
<p
class=
'wish'
>
Add tentative interface, as suggested by Nikos.
Add tentative interface, as suggested by Nikos. Don't try yet to
get blinding variants of
<em>
all
</em>
signature functions.
</p>
</p>
<h2>
Documentation
</h2>
<h2>
Documentation
</h2>
<p
class=
'should'
>
<p
class=
'should'
>
...
@@ -45,6 +45,10 @@
...
@@ -45,6 +45,10 @@
<p
class=
'done'
>
<p
class=
'done'
>
Various w64 fixes, mostly by Martin Storsjö.
Various w64 fixes, mostly by Martin Storsjö.
</p>
</p>
<p
class=
'wish'
>
Workaround for uint8_fast_t gnutls/gnulib incompatibilty on SunOS 5.8.
</p>
<h2>
Testing
</h2>
<h2>
Testing
</h2>
<p>
Since xenofarm isn't up and running, do some manual testing:
<p>
Since xenofarm isn't up and running, do some manual testing:
</p>
</p>
...
@@ -69,23 +73,23 @@
...
@@ -69,23 +73,23 @@
</p>
</p>
<p
class=
'should'
>
<p
class=
'should'
>
For Merkle-Damgaard hash functions, separate the state and the
For Merkle-Damgaard hash functions, separate the state and the
buffering. E.g., when using the
n
for HMAC keyed "inner" and
buffering. E.g., when using the
m
for HMAC keyed "inner" and
"outer" states.
"outer" states
, we now get three buffers but we only need one
.
</p>
</p>
<p
class=
'should'
>
<p
class=
'should'
>
Use the nettle_cipher abstraction only for block ciphers (in
Use the nettle_cipher abstraction only for block ciphers (in
particular, exclude arcfour). Use a const for the ctx argument to
particular, exclude arcfour). Use a const for the ctx argument to
nettle_crypt_func.
nettle_crypt_func.
</p>
</p>
<p
class=
'sh
ould
'
>
<p
class=
'
wi
sh'
>
Consider making a public interface similar to nettle_aead? With
Consider making a public interface similar to nettle_aead? With
the above change, it can't use nettle_crypt_func.
the above change, it can't use nettle_crypt_func.
</p>
</p>
<p
class=
'should'
>
<p
class=
'should'
>
Reorganize private key operations. Need to support RSA with and
Reorganize private key operations. Need to support RSA with and
without blinding, and DSA
o
ccording to spec and some deterministic
without blinding, and DSA
a
ccording to spec and some deterministic
variant (putty), and possibly also smartcard versions where
the
variant (
like
putty), and possibly also smartcard versions where
private key is not available to the library. And without an
the
private key is not available to the library. And without an
explosion of the number of functions.
explosion of the number of functions.
</p>
</p>
</body>
</body>
...
...
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