summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-12-09 15:57:33 +0100
committerWerner Koch <wk@gnupg.org>2016-12-09 15:57:33 +0100
commite232c12efac539b2fd2a4472259693b4364a349e (patch)
tree91e92c9d50fd527a339c34485f0bbb372737c369 /NEWS
parent618b8978f46f4011c11512fd5f30c15e01652e2e (diff)
downloadlibgcrypt-e232c12efac539b2fd2a4472259693b4364a349e.tar.gz
Add release info from 1.7.4
--
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 722172a3..146e208d 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,41 @@ Noteworthy changes in version 1.8.0 (unreleased) [C21/A1/R_]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRYCTL_REINIT_SYSCALL_CLAMP NEW macro.
+
+Noteworthy changes in version 1.7.4 (2016-12-09) [C21/A1/R4]
+------------------------------------------------
+
+ * Performance:
+
+ - More ARMv8/AArch32 improvements for AES, GCM, SHA-256, and SHA-1.
+
+ - Add ARMv8/AArch32 assembly implementation for Twofish and
+ Camellia.
+
+ - Add bulk processing implementation for ARMv8/AArch32.
+
+ - Add Stribog OIDs.
+
+ - Improve the DRBG performance and sync the code with the Linux
+ version.
+
+ * Internal changes:
+
+ - When secure memory is requested by the MPI functions or by
+ gcry_xmalloc_secure, they do not anymore lead to a fatal error if
+ the secure memory pool is used up. Instead new pools are
+ allocated as needed. These new pools are not protected against
+ being swapped out (mlock can't be used). However, these days
+ this is considered a minor issue and can easily be mitigated by
+ using encrypted swap space.
+
+ * Bug fixes:
+
+ - Fix GOST 28147 CryptoPro-B S-box.
+
+ - Fix error code handling of mlock calls.
+
+
Noteworthy changes in version 1.7.3 (2016-08-17) [C21/A1/R3]
------------------------------------------------