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
5d0ecbcc
Commit
5d0ecbcc
authored
13 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Minor improvements.
Rev: nettle/NEWS:1.11
parent
5819cf53
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
NEWS
+11
-11
11 additions, 11 deletions
NEWS
with
11 additions
and
11 deletions
NEWS
+
11
−
11
View file @
5d0ecbcc
...
@@ -2,7 +2,7 @@ NEWS for the 2.2 release
...
@@ -2,7 +2,7 @@ NEWS for the 2.2 release
Licensing change:
Licensing change:
* Relicensed as LGPL v2.1 or later.
* Relicensed as LGPL v2.1 or later
(user's option)
.
* Replaced blowfish and serpent implementation. New code is
* Replaced blowfish and serpent implementation. New code is
based on the LGPLed code in libgcrypt.
based on the LGPLed code in libgcrypt.
...
@@ -15,8 +15,9 @@ NEWS for the 2.2 release
...
@@ -15,8 +15,9 @@ NEWS for the 2.2 release
contributed by Daniel Kahn Gillmor.
contributed by Daniel Kahn Gillmor.
* New tool nettle-hash. Can generate hash digests using any
* New tool nettle-hash. Can generate hash digests using any
supported hash function, with output compatible to programs
supported hash function, with output compatible with md5sum
like md5sum. Checking (like md5sum -c) not yet implemented.
and friends from GNU coreutils. Checking (like md5sum -c)
not yet implemented.
Bug fixes:
Bug fixes:
...
@@ -24,14 +25,13 @@ NEWS for the 2.2 release
...
@@ -24,14 +25,13 @@ NEWS for the 2.2 release
yours truly about ten years ago). New serpent implementation
yours truly about ten years ago). New serpent implementation
does not interoperate with earlier versions of nettle.
does not interoperate with earlier versions of nettle.
* Fixed ABI-dependent libdir default for
l
inux-based systems
* Fixed ABI-dependent libdir default for
L
inux-based systems
which do not follow the
conventions
Linux File Hierarchy
which do not follow the Linux File Hierarchy
Standard, e.g.,
Standard, e.g.,
Debian GNU/
l
inux.
Debian GNU/
L
inux.
Optimizations:
Optimizations:
* x86_64 implemention of serpent_encrypt (serpent_decrypt not
* x86_64 implemention of serpent.
yet done).
* x86_64 implemention of camellia.
* x86_64 implemention of camellia.
...
@@ -39,9 +39,9 @@ NEWS for the 2.2 release
...
@@ -39,9 +39,9 @@ NEWS for the 2.2 release
Miscellaneous:
Miscellaneous:
* In command line tools,
don't use
-? for requesting
help,
* In command line tools,
no longer support
-? for requesting
since it's a bit dangerous
without shell quoting
. Use long
help, since using it
without shell quoting
is a dangerous
option --help instead.
habit. Use long
option --help instead.
The shared library names are libnettle.so.4.1 and
The shared library names are libnettle.so.4.1 and
libhogweed.so.2.1, with sonames libnettle.so.4 and
libhogweed.so.2.1, with sonames libnettle.so.4 and
...
...
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