summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-08-22 17:57:01 +0200
committerWerner Koch <wk@gnupg.org>2021-08-22 17:57:01 +0200
commit05422ca24a0391dad2a0b7790a904ce348819c10 (patch)
tree43e849a2e0b1a98cd1473da084c051fcb4ff635c
parent8bf723e91522e6d29dbdbc4c5a8009df9e2081af (diff)
downloadlibgcrypt-1.9.4.tar.gz
Release 1.9.4libgcrypt-1.9.4
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bc70483f..32b580a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,20 @@
-Noteworthy changes in version 1.9.4 (unreleased) [C23/A3/R_]
+Noteworthy changes in version 1.9.4 (2021-08-22) [C23/A3/R4]
------------------------------------------------
* Bug fixes:
+ - Fix Elgamal encryption for other implementations.
+ [#5328,CVE-2021-33560]
+
+ - Fix alignment problem on macOS. [#5440]
+
+ - Check the input length of the point in ECDH. [#5423]
+
+ - Fix an abort in gcry_pk_get_param for "Curve25519". [#5490]
+
+ * Other features:
+
+ - Add GCM and CCM to OID mapping table for AES. [a83fb13a3b]
Release-info: https://dev.gnupg.org/T5402
diff --git a/configure.ac b/configure.ac
index 37947ecb..01900782 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=23
LIBGCRYPT_LT_AGE=3
-LIBGCRYPT_LT_REVISION=3
+LIBGCRYPT_LT_REVISION=4
################################################
AC_SUBST(LIBGCRYPT_LT_CURRENT)