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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Nettle
nettle
Commits
ecee4903
There was a problem fetching the pipeline summary.
Commit
ecee4903
authored
9 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated nettle-3.3 plan.
parent
e3e5f118
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+27
-32
27 additions, 32 deletions
misc/plan.html
with
27 additions
and
32 deletions
misc/plan.html
+
27
−
32
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>
...
...
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