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
f747af4c
Commit
f747af4c
authored
10 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated release plan.
parent
edf2b37f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+23
-17
23 additions, 17 deletions
misc/plan.html
with
23 additions
and
17 deletions
misc/plan.html
+
23
−
17
View file @
f747af4c
...
@@ -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.0, inspired by similar pages for recent GMP releases. [Last
Nettle-3.0, inspired by similar pages for recent GMP releases. [Last
updated 2014-0
5
-0
8
]
</p>
updated 2014-0
6
-0
1
]
</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>
...
@@ -127,15 +127,16 @@
...
@@ -127,15 +127,16 @@
<p
class=
'done'
>
<p
class=
'done'
>
Update config.guess and config.sub. Needed for ppc64le support.
Update config.guess and config.sub. Needed for ppc64le support.
</p>
</p>
<p
class=
'
shoul
d'
>
<p
class=
'
postpone
d'
>
Stop using the nonstandard
<tt>
.po
</tt>
extension,
Stop using the nonstandard
<tt>
.po
</tt>
extension,
using
<tt>
.p.o
</tt>
or some subdirectory instead. Also drop
using
<tt>
.p.o
</tt>
or some subdirectory instead. Also drop
<tt>
CCPIC_MAYBE
</tt>
, and let the static libraries depend on the
<tt>
CCPIC_MAYBE
</tt>
, and let the static libraries depend on the
right object files.
right object files.
</p>
</p>
<p
class=
'
shoul
d'
>
<p
class=
'
postpone
d'
>
Reconsider assembly make rules, going back to a .asm.o: rule might
Reconsider assembly make rules, going back to a .asm.o: rule might
work better with Solaris' make.
work better with Solaris' make. Alternatively, simply drop support
for non-GNU make programs.
</p>
</p>
<p
class=
'done'
>
<p
class=
'done'
>
Delay building of test programs until
<tt>
make check
</tt>
.
Delay building of test programs until
<tt>
make check
</tt>
.
...
@@ -152,25 +153,33 @@
...
@@ -152,25 +153,33 @@
<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'
>
Test with gmp-6.0.0
</li>
<li
class=
'done'
>
Test with gmp-6.0.0
</li>
<li
class=
'should'
>
x86_64-linux-gnu
</li>
<li
class=
'done'
>
x86_64-linux-gnu
</li>
<li
class=
'done'
>
x86-linux-gnu
</li>
<li
class=
'should'
>
x86_64-freebsd
</li>
<li
class=
'should'
>
x86_64-freebsd
</li>
<li
class=
'should'
>
x86-linux-gnu
</li>
<li
class=
'should'
>
x86-freebsd
</li>
<li
class=
'should'
>
x86-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=
'wish'
>
x86_64-w*ndows (seems a bit harder since 64-bit
<li
class=
'done'
>
x86_64-w*ndows (using cross compiler and wine)
</li>
wine is not yet available in debian)
</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=
'should'
>
armv7-linux-gnu (pandaboard test platform)
</li>
<li
class=
'wish'
>
armv7-android (possible test platform: N10 tablet)
</li>
<li
class=
'wish'
>
armv7-android (possible test platform: N10 tablet)
</li>
<li
class=
'
should
'
>
sparc32-solaris10
</li>
<li
class=
'
done
'
>
sparc32-solaris10
</li>
<li
class=
'
should
'
>
sparc64-solaris10
</li>
<li
class=
'
done
'
>
sparc64-solaris10
</li>
</ul>
</ul>
<h1>
Plans for nettle-3.0
</h1>
<h1>
Changes under consideration for later releases
</h1>
<p>
These are some larger API changes under consideration.
</p>
<p>
These are some other changes under consideration.
</p>
<h2>
New features
</h2>
<p
class=
'should'
>
Make it possible to build nettle and hogweed using mini-gmp.
</p>
<p
class=
'should'
>
Fat binary, selecting code at runtime depending on cpu
capabilities.
</p>
<h2>
Interface changes
</h2>
<h2>
Interface changes
</h2>
<p
class=
'should'
>
<p
class=
'should'
>
...
@@ -178,9 +187,6 @@
...
@@ -178,9 +187,6 @@
buffering. E.g., when using them for HMAC keyed "inner" and
buffering. E.g., when using them for HMAC keyed "inner" and
"outer" states, we now get three buffers but we only need one.
"outer" states, we now get three buffers but we only need one.
</p>
</p>
<p
class=
'wish'
>
Make it possible to build nettle and hogweed using mini-gmp.
</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 according to spec and some deterministic
without blinding, and DSA according to spec and some deterministic
...
...
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