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