summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-07-14 11:15:38 +0200
committerWerner Koch <wk@gnupg.org>2016-07-14 11:15:38 +0200
commit2b26de65e61dc42c64120c463a33e944bf413e28 (patch)
tree15156c19d777407a4556f3d2e74fa850fb17ebb5 /NEWS
parente535ea1bdc42309553007d60599d3147b8defe93 (diff)
downloadlibgcrypt-2b26de65e61dc42c64120c463a33e944bf413e28.tar.gz
build: Update NEWS.
--
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be5e084d..498c9dab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
Noteworthy changes in version 1.7.2 (unreleased) [C21/A1/R_]
------------------------------------------------
+ * Bug fixes:
+
+ - Fix setting of the ECC cofactor if parameters are specified.
+
+ - Fix memory leak in the ECC code.
+
+ - Remove debug message about unsupported getrandom syscall.
+
+ - Fix build problems related to AVX use
+
+ - Fix bus errors on ARM for Poly1305, ChaCha20, AES, and SHA-512.
+
+ * Internal chnages:
+
+ - Improved fatal error message for wrong use of gcry_md_read.
+
+ - Disallow symmetric encryption/decryption if key is not set.
+
Noteworthy changes in version 1.7.1 (2016-06-15) [C21/A1/R1]
------------------------------------------------