summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35243671..3b5be08a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
-Noteworthy changes in version 1.8.8 (unreleased) [C22/A2/R_]
+Noteworthy changes in version 1.8.8 (2021-06-02) [C22/A2/R9]
------------------------------------------------
+ * Bug fixes:
+
+ - Improve ECDSA key checks. [#5282]
+
+ - Make sure the grcy_get_config string is always null-terminated.
+ [a5799f1618]
+
+ - Check the input length of ECDH to make trial ddecryption in GnuPG
+ work correctly. [3f48e3ea37]
+
+ - Fix Elgamal encryption for other implementations.
+ [#5328,CVE-2021-33560]
+
+ - Fix alignment problem on macOS. [#5440]
+
+ - Fix hardware capability check for SHA1 and SHA2 on AArch32. [#5195]
+
+ * Other features:
+
+ - Add GCM and CCM to OID mapping table for AES. [1ceac721ab]
+
+ Release-info: https://dev.gnupg.org/T5466
+
Noteworthy changes in version 1.8.7 (2020-10-23) [C22/A2/R8]
------------------------------------------------