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
Package registry
Container registry
Model registry
Operate
Terraform modules
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
Maamoun TK
nettle
Commits
192638ff
Commit
192638ff
authored
5 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
NEWS fixes from Daiki Ueno.
parent
cc3d8c46
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
+9
-9
9 additions, 9 deletions
NEWS
with
9 additions
and
9 deletions
NEWS
+
9
−
9
View file @
192638ff
...
@@ -23,15 +23,15 @@ NEWS for the Nettle 3.6 release
...
@@ -23,15 +23,15 @@ NEWS for the Nettle 3.6 release
enabled via CFLAGS (gcc --fcf-protection=full). Contributed
enabled via CFLAGS (gcc --fcf-protection=full). Contributed
by H.J. Lu and Simo Sorce.
by H.J. Lu and Simo Sorce.
* A few new functions to improve support the Chacha
variant
* A few new functions to improve support
for
the Chacha
with 96-bit nonce and 32-bit block counter (the
existing
variant
with 96-bit nonce and 32-bit block counter (the
functions use nonce and counter of 64-bit each),
and
existing
functions use nonce and counter of 64-bit each),
functions to set the counter. Contributed by Daiki Ueno.
and
functions to set the counter. Contributed by Daiki Ueno.
* New interface, struct nettle_mac, for MAC (message
* New interface, struct nettle_mac, for MAC (message
authentication) algorithms. This abstraction is only
for
authentication
code
) algorithms. This abstraction is only
MACs that don't require a per-message nonce. For HMAC,
the
for
MACs that don't require a per-message nonce. For HMAC,
key size is fixed, and equal the digest size of the
the
key size is fixed, and equal the digest size of the
underlying hash function.
underlying hash function.
Bug fixes:
Bug fixes:
...
@@ -42,7 +42,7 @@ NEWS for the Nettle 3.6 release
...
@@ -42,7 +42,7 @@ NEWS for the Nettle 3.6 release
* Fix configure check for __builtin_bswap64, the incorrect
* Fix configure check for __builtin_bswap64, the incorrect
check would result in link errors on platforms missing this
check would result in link errors on platforms missing this
function. Patch contributed by
by
George Koehler.
function. Patch contributed by George Koehler.
* All use of old-fashioned suffix rules in the Makefiles have
* All use of old-fashioned suffix rules in the Makefiles have
been replaced with %-pattern rules. Nettle's use of suffix
been replaced with %-pattern rules. Nettle's use of suffix
...
@@ -73,7 +73,7 @@ NEWS for the Nettle 3.6 release
...
@@ -73,7 +73,7 @@ NEWS for the Nettle 3.6 release
The libhogweed.so library was also intended to be fully binary
The libhogweed.so library was also intended to be fully binary
compatible with nettle-3.5. However, the major version and the
compatible with nettle-3.5. However, the major version and the
soname are incremented anyway, to avoid upgrade problems with
soname are incremented anyway, to avoid upgrade problems with
recent Gnu
tls
versions that depend on Nettle internals outside
recent Gnu
TLS
versions that depend on Nettle internals outside
of the advertised ABI.
of the advertised ABI.
NEWS for the Nettle 3.5.1 release
NEWS for the Nettle 3.5.1 release
...
...
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