Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maamoun TK
nettle
Commits
192638ff
Commit
192638ff
authored
Apr 12, 2020
by
Niels Möller
Browse files
NEWS fixes from Daiki Ueno.
parent
cc3d8c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
NEWS
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
...
...
Write
Preview
Supports
Markdown
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