summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-02-12 12:22:46 +0100
committerWerner Koch <wk@gnupg.org>2021-02-12 12:22:46 +0100
commit30d1f9dab234136a3be2f2cb3aa8ef9045417445 (patch)
tree26f38be088df7f9a4c7147e928b794ba5ad4ade6 /NEWS
parentd78cdf42854b17e2216890e7b78f9e7e05c0b1f8 (diff)
downloadlibgcrypt-30d1f9dab234136a3be2f2cb3aa8ef9045417445.tar.gz
Update NEWS
--
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a65903b..d6d63398 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,25 @@ Noteworthy changes in version 1.9.2 (unreleased) [C23/A3/R_]
* Bug fixes:
+ - Fix build problem for macOS in the random code. [#5268]
+
+ - Fix building with --disable-asm on x86. [#5277]
+
+ - Check public key for ECDSA verify operation. [#5282]
+
+ - Make sure gcry_get_config (NULL) returns a nul-terminated string.
+ [8716e4b2ad]
+
+ - Fix a memory leak in the ECDH code. [289543544e]
+
+ - Fix a reading beyond end of input buffer in SHA2-avx2.
+ [24af2a55d8]
+
+ * Other features:
+
+ - New test driver to allow for standalone regression
+ tests. [b142da4c88]
+
Release-info: https://dev.gnupg.org/T5276