Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
a1f6f7c9
Commit
a1f6f7c9
authored
May 11, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEWS update for Nettle-3.5.
parent
d4847b52
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
ChangeLog
ChangeLog
+4
-0
NEWS
NEWS
+23
-0
No files found.
ChangeLog
View file @
a1f6f7c9
2019-05-11 Niels Möller <nisse@lysator.liu.se>
* NEWS: More updates for Nettle-3.5.
2019-04-27 Niels Möller <nisse@lysator.liu.se>
2019-04-27 Niels Möller <nisse@lysator.liu.se>
From Simo Sorce:
From Simo Sorce:
...
...
NEWS
View file @
a1f6f7c9
...
@@ -26,6 +26,8 @@ NEWS for the Nettle 3.5 release
...
@@ -26,6 +26,8 @@ NEWS for the Nettle 3.5 release
* Support for CMAC (RFC 4493), contributed by Nikos
* Support for CMAC (RFC 4493), contributed by Nikos
Mavrogiannopoulos.
Mavrogiannopoulos.
* Support for XTS mode, contributed by Simo Sorce.
Optimizations:
Optimizations:
* Improved performance of the x86_64 AES implementation using
* Improved performance of the x86_64 AES implementation using
...
@@ -50,6 +52,16 @@ NEWS for the Nettle 3.5 release
...
@@ -50,6 +52,16 @@ NEWS for the Nettle 3.5 release
operation, benchmarked on x86_64. Table sizes unchanged,
operation, benchmarked on x86_64. Table sizes unchanged,
around 16 KB per curve.
around 16 KB per curve.
* In ARM fat builds, automatically select Neon implementation
of Chacha, where possible. Contributed by Yuriy M.
Kaminskiy.
Deprecations:
* Functions using the old struct aes_context have been marked
as deprecated. Use the fixed key size interface instead,
e.g., struct aes256_ctx, introduced in Nettle-3.0.
Miscellaneous:
Miscellaneous:
* Support for big-endian ARM systems, contributed by Michael
* Support for big-endian ARM systems, contributed by Michael
...
@@ -59,6 +71,17 @@ NEWS for the Nettle 3.5 release
...
@@ -59,6 +71,17 @@ NEWS for the Nettle 3.5 release
gcmdata are no longer built by default. Makefile
gcmdata are no longer built by default. Makefile
improvements contributed by Jay Foad.
improvements contributed by Jay Foad.
* The header file nettle-stdint.h, and corresponding autoconf
tests, have been deleted. Nettle now requires that the
compiler/libc provides <stdint.h>.
* The "example" program examples/eratosthenes.c has been
deleted.
* The contents of hash context structs, and the deprecated
aes_ctx struct, have been reorganized, to enable later
optimizations.
NEWS for the Nettle 3.4.1 release
NEWS for the Nettle 3.4.1 release
This release fixes a few bugs, and makes the RSA private key
This release fixes a few bugs, and makes the RSA private key
...
...
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