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
Norbert Pócs
nettle
Commits
5095df6d
Commit
5095df6d
authored
5 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
More NEWS entries for Nettle-3.6.
parent
9c56349b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+27
-4
27 additions, 4 deletions
NEWS
with
27 additions
and
4 deletions
NEWS
+
27
−
4
View file @
5095df6d
...
@@ -16,6 +16,24 @@ NEWS for the Nettle 3.6 release
...
@@ -16,6 +16,24 @@ NEWS for the Nettle 3.6 release
* Support for the "CryptoPro" variant of the GOST hash
* Support for the "CryptoPro" variant of the GOST hash
function, as gosthash94cp. Contributed by Dmitry Baryshkov.
function, as gosthash94cp. Contributed by Dmitry Baryshkov.
* Support for GOST DSA signatures, including GOST curves
gc256b and gc512a. Contributed by Dmitry Baryshkov.
* Support for Intel CET in x86 and x86_64 assembly files, if
enabled via CFLAGS (gcc --fcf-protection=full). Contributed
by H.J. Lu and Simo Sorce.
* A few new functions to improve support the Chacha variant
with 96-bit nonce and 32-bit block counter (the existing
functions use nonce and counter of 64-bit each), and
functions to set the counter. Contributed by Daiki Ueno.
* New interface, struct nettle_mac, for MAC (message
authentication) algorithms. This abstraction is only for
MACs that don't require a per-message nonce. For HMAC, the
key size is fixed, and equal the digest size of the
underlying hash function.
Bug fixes:
Bug fixes:
* Fix bug in cfb8_decrypt. Previously, the IV was not updated
* Fix bug in cfb8_decrypt. Previously, the IV was not updated
...
@@ -43,6 +61,11 @@ NEWS for the Nettle 3.6 release
...
@@ -43,6 +61,11 @@ NEWS for the Nettle 3.6 release
consistently match the curve name, e.g., ecc-256.c has been
consistently match the curve name, e.g., ecc-256.c has been
renamed to ecc-secp256r1.c.
renamed to ecc-secp256r1.c.
* Documentation for chacha-poly1305 updated. It is no longer
experimental. The implementation was updated to follow RFC
8439 in Nettle-3.1, but that was not documented or announced
at the time.
NEWS for the Nettle 3.5.1 release
NEWS for the Nettle 3.5.1 release
The Nettle-3.5.1 corrects a packaging mistake in Nettle-3.5.
The Nettle-3.5.1 corrects a packaging mistake in Nettle-3.5.
...
...
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