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
ecee4903
Commit
ecee4903
authored
May 10, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated nettle-3.3 plan.
parent
e3e5f118
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
32 deletions
+27
-32
misc/plan.html
misc/plan.html
+27
-32
No files found.
misc/plan.html
View file @
ecee4903
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
<body>
<body>
<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.
3
, inspired by similar pages for recent GMP releases.
[Last updated 2016-0
1-23
]
</p>
[Last updated 2016-0
5-04
]
</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,40 +31,35 @@
...
@@ -31,40 +31,35 @@
<h1>
Plans for nettle-3.2
</h1>
<h1>
Plans for nettle-3.2
</h1>
<h2>
New features
</h2>
<h2>
New features
</h2>
<p
class=
'done'
>
<p
class=
'wish'
>
"CRT-hardened" RSA secret key operations. Check that the result of
Add larger "safe" curves, e.g., M-383, curve41417, curve448 and
rsa_compute_root is correct. Should be easy for the
E-521.
rsa_pkcs1_sign_tr and rsa_decrypt_tr functions, other RSA
functions would need interface changes.
</p>
<p
class=
'postponed'
>
Add larger "safe" curves, e.g., M-383, curve41417 and E-521.
</p>
</p>
<p
class=
'
postponed
'
>
<p
class=
'
wish
'
>
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=
'
postponed
'
>
<p
class=
'
wish
'
>
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=
'
postponed
'
>
<p
class=
'
wish
'
>
Side-channel silent mem_equalp.
Side-channel silent mem_equalp.
</p>
</p>
<h2>
Optimizations
</h2>
<h2>
Optimizations
</h2>
<p
class=
'
postponed
'
>
<p
class=
'
wish
'
>
Assembly optimizations for ARMv8 (64-bit).
Assembly optimizations for ARMv8 (64-bit).
</p>
</p>
<p
class=
'
postponed
'
>
<p
class=
'
wish
'
>
Further optimizations of curve25519 and EdDSA, in particular,
Further optimizations of curve25519 and EdDSA, in particular,
radix 51 modp operations,
and
<a
href=
'http://www.hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html#addition-add-2008-hwcd-3'
>
more
<a
href=
'http://www.hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html#addition-add-2008-hwcd-3'
>
more
efficient
</a>
point addition.
efficient
</a>
point addition.
</p>
</p>
<h2>
Miscellaneous
</h2>
<h2>
Miscellaneous
</h2>
<p
class=
'
postponed
'
>
<p
class=
'
wish
'
>
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,
...
...
...
@@ -79,7 +74,7 @@
...
@@ -79,7 +74,7 @@
</p>
</p>
<h2>
Build system
</h2>
<h2>
Build system
</h2>
<p
class=
'
postponed
'
>
<p
class=
'
wish
'
>
Update AX_CREATE_STDINT_H to the latest version.
Update AX_CREATE_STDINT_H to the latest version.
</p>
</p>
...
@@ -87,21 +82,21 @@
...
@@ -87,21 +82,21 @@
<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=
'
done
'
>
x86_64-linux-gnu
</li>
<li
class=
'
should
'
>
x86_64-linux-gnu
</li>
<li
class=
'
done
'
>
x86-linux-gnu
</li>
<li
class=
'
should
'
>
x86-linux-gnu
</li>
<li
class=
'
done
'
>
x86_64-freebsd
</li>
<li
class=
'
should
'
>
x86_64-freebsd
</li>
<li
class=
'
done
'
>
x86-w*ndows (using cross compiler and wine)
</li>
<li
class=
'
should
'
>
x86-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_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=
'
done
'
>
armv5-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
armv5-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
armv7-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
armv7-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
armv8-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
armv8-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
ppc64-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
ppc64-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
ppc32-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
ppc32-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
mips64-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
mips64-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
mips32-linux-gnu (qemu)
</li>
<li
class=
'
should
'
>
mips32-linux-gnu (qemu)
</li>
<li
class=
'
done
'
>
m68k-linux-gnu (aranym)
</li>
<li
class=
'
should
'
>
m68k-linux-gnu (aranym)
</li>
<li
class=
'wish'
>
armv7-android
</li>
<li
class=
'wish'
>
armv7-android
</li>
</ul>
</ul>
...
...
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