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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Marcus Hoffmann
nettle
Commits
455afc43
Commit
455afc43
authored
Jan 23, 2016
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated release plan.
parent
d98d9120
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+26
-18
26 additions, 18 deletions
misc/plan.html
with
26 additions
and
18 deletions
misc/plan.html
+
26
−
18
View file @
455afc43
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<h1>
Nettle release plans
</h1>
<h1>
Nettle release 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-3.2, inspired by similar pages for recent GMP releases.
Nettle-3.2, inspired by similar pages for recent GMP releases.
[Last updated 201
5
-0
9-02
]
</p>
[Last updated 201
6
-0
1-23
]
</p>
<p
class=
'should'
>
<p
class=
'should'
>
This really ought to be done before release
This really ought to be done before release
</p>
</p>
...
@@ -31,32 +31,32 @@
...
@@ -31,32 +31,32 @@
<h1>
Plans for nettle-3.2
</h1>
<h1>
Plans for nettle-3.2
</h1>
<h2>
New features
</h2>
<h2>
New features
</h2>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
"CRT-hardened" RSA secret key operations. Check that the result of
"CRT-hardened" RSA secret key operations. Check that the result of
rsa_compute_root is correct. Should be easy for the
rsa_compute_root is correct. Should be easy for the
rsa_pkcs1_sign_tr and rsa_decrypt_tr functions, other RSA
rsa_pkcs1_sign_tr and rsa_decrypt_tr functions, other RSA
functions would need interface changes.
functions would need interface changes.
</p>
</p>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Add larger "safe" curves, e.g., M-383, curve41417 and E-521.
Add larger "safe" curves, e.g., M-383, curve41417 and E-521.
</p>
</p>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Add functions for converting ECC points to and from ANSI x9.62.
Add functions for converting ECC points to and from ANSI x9.62.
</p>
</p>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Use side-channel silent GMP functions for RSA and DSA. May require
Use side-channel silent GMP functions for RSA and DSA. May require
additional interface changes, to use mpn functions.
additional interface changes, to use mpn functions.
</p>
</p>
<p
class=
'
shoul
d'
>
<p
class=
'
postpone
d'
>
Side-channel silent mem_equalp.
Side-channel silent mem_equalp.
</p>
</p>
<h2>
Optimizations
</h2>
<h2>
Optimizations
</h2>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Assembly optimizations for ARMv8 (64-bit).
Assembly optimizations for ARMv8 (64-bit).
</p>
</p>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Further optimizations of curve25519 and EdDSA, in particular,
Further optimizations of curve25519 and EdDSA, in particular,
radix 51 modp operations,
radix 51 modp operations,
and
<a
href=
'http://www.hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html#addition-add-2008-hwcd-3'
>
more
and
<a
href=
'http://www.hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html#addition-add-2008-hwcd-3'
>
more
...
@@ -64,16 +64,19 @@
...
@@ -64,16 +64,19 @@
</p>
</p>
<h2>
Miscellaneous
</h2>
<h2>
Miscellaneous
</h2>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Use more functions from GMP-6 and later, when available:
Use more functions from GMP-6 and later, when available:
mpn_sec_add_1, mpn_sec_tabselect, mpn_sec_invert, mpn_cnd_swap,
mpn_sec_add_1, mpn_sec_tabselect, mpn_sec_invert, mpn_cnd_swap,
...
...
</p>
</p>
<h2>
Documentation
</h2>
<h2>
Documentation
</h2>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
Update SHA3 documentation.
Update SHA3 documentation.
</p>
</p>
<p
class=
'done'
>
Update and extend RSA documentation.
</p>
<h2>
Build system
</h2>
<h2>
Build system
</h2>
<p
class=
'postponed'
>
<p
class=
'postponed'
>
...
@@ -84,17 +87,22 @@
...
@@ -84,17 +87,22 @@
<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>
<ul>
<ul>
<li
class=
'
should
'
>
x86_64-linux-gnu
</li>
<li
class=
'
done
'
>
x86_64-linux-gnu
</li>
<li
class=
'
should
'
>
x86-linux-gnu
</li>
<li
class=
'
done
'
>
x86-linux-gnu
</li>
<li
class=
'
should
'
>
x86_64-freebsd
</li>
<li
class=
'
done
'
>
x86_64-freebsd
</li>
<li
class=
'
should
'
>
x86-w*ndows (using cross compiler and wine)
</li>
<li
class=
'
done
'
>
x86-w*ndows (using cross compiler and wine)
</li>
<li
class=
'
should
'
>
x86_64-w*ndows (using cross compiler and wine)
</li>
<li
class=
'
done
'
>
x86_64-w*ndows (using cross compiler and wine)
</li>
<li
class=
'should'
>
x86-darwin (needs help from Nettle users)
</li>
<li
class=
'should'
>
x86-darwin (needs help from Nettle users)
</li>
<li
class=
'should'
>
x86_64-darwin (needs help from Nettle users)
</li>
<li
class=
'should'
>
x86_64-darwin (needs help from Nettle users)
</li>
<li
class=
'should'
>
armv7-linux-gnu (pandaboard test platform)
</li>
<li
class=
'done'
>
armv5-linux-gnu (qemu)
</li>
<li
class=
'done'
>
armv7-linux-gnu (qemu)
</li>
<li
class=
'done'
>
armv8-linux-gnu (qemu)
</li>
<li
class=
'done'
>
ppc64-linux-gnu (qemu)
</li>
<li
class=
'done'
>
ppc32-linux-gnu (qemu)
</li>
<li
class=
'should'
>
mips64-linux-gnu (qemu)
</li>
<li
class=
'should'
>
mips32-linux-gnu (qemu)
</li>
<li
class=
'should'
>
m68k-linux-gnu (aranym)
</li>
<li
class=
'wish'
>
armv7-android
</li>
<li
class=
'wish'
>
armv7-android
</li>
<li
class=
'wish'
>
sparc32-solaris10
</li>
<li
class=
'wish'
>
sparc64-solaris10
</li>
</ul>
</ul>
<h1>
Changes under consideration for later releases
</h1>
<h1>
Changes under consideration for later releases
</h1>
...
...
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