]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.8.5
authorZoltan Fridrich <zfridric@redhat.com>
Wed, 3 Apr 2024 11:03:21 +0000 (13:03 +0200)
committerZoltan Fridrich <zfridric@redhat.com>
Thu, 4 Apr 2024 07:48:44 +0000 (09:48 +0200)
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
NEWS
configure.ac
devel/abi-dump
m4/hooks.m4

diff --git a/NEWS b/NEWS
index afefaec0cb213ae5911457037b1fd34412ea51d7..4a0d231cc0f5b005dc92c54484b3b49d183a0679 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
 Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 3.8.5 (unreleased ????-??-??)
+* Version 3.8.5 (released 2024-04-04)
 
 ** libgnutls: Due to majority of usages and implementations of
    RSA decryption with PKCS#1 v1.5 padding being incorrect,
@@ -16,8 +16,19 @@ See the end for copying conditions.
    allows to enable/disable the RSAES-PKCS1-v1_5. Currently, the
    RSAES-PKCS1-v1_5 is enabled by default.
 
+** libgnutls: Added support for RIPEMD160 and PBES1-DES-SHA1 for
+   backward compatibility with GCR.
+
+** libgnutls: A couple of memory related issues have been fixed in RSA PKCS#1
+   v1.5 decryption error handling and deterministic ECDSA with earlier
+   versions of GMP.  These were a regression introduced in the 3.8.4
+   release. See #1535 and !1827.
+
+** build: Fixed a bug where building gnutls statically failed due
+   to a duplicate definition of nettle_rsa_compute_root_tr().
+
 ** API and ABI modifications:
-No changes since last version.
+GNUTLS_PKCS_PBES1_DES_SHA1: New enum member of gnutls_pkcs_encrypt_flags_t
 
 * Version 3.8.4 (released 2024-03-18)
 
index d6e03cf75a55adb10e89ae0a14788218455c5ed1..934377eba1f7c444b1653ccfa8f5844855a71ba5 100644 (file)
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.8.4], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.8.5], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index 3ffceb41f893004ba87cd18ebda93d40068dd5e1..d382be66407f887700dbdafc8d34a62e88afb8f4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 3ffceb41f893004ba87cd18ebda93d40068dd5e1
+Subproject commit d382be66407f887700dbdafc8d34a62e88afb8f4
index 27accd2b84d691c01d4ee1565b91edf7a8e38485..3bb16db954d2ed00ad342792ee0dd5f27731da2d 100644 (file)
@@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   #     in CONTRIBUTION.md for more info.
   #
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
-  AC_SUBST(LT_CURRENT, 68)
+  AC_SUBST(LT_CURRENT, 69)
   AC_SUBST(LT_REVISION, 0)
-  AC_SUBST(LT_AGE, 38)
+  AC_SUBST(LT_AGE, 39)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)