]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.7.5
authorZoltan Fridrich <zfridric@redhat.com>
Thu, 12 May 2022 08:38:23 +0000 (10:38 +0200)
committerZoltan Fridrich <zfridric@redhat.com>
Thu, 12 May 2022 08:59:24 +0000 (10:59 +0200)
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
NEWS
configure.ac
devel/abi-dump
devel/libgnutls.abignore
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 3efada4c9beffca9853b421e86680d16fb627369..8a0a4e8668d4cbc47cac0a1f8d6d4118904861e7 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 ?.?.? (released ????-??-??)
+* Version 3.7.5 (released 2022-05-15)
 
 ** libgnutls: The GNUTLS_NO_TICKETS_TLS12 flag and %NO_TICKETS_TLS12 priority
    modifier have been added to disable session ticket usage in TLS 1.2 because
@@ -40,6 +40,9 @@ See the end for copying conditions.
    For further optimization, new function (gnutls_aead_cipher_set_key) has been
    added to set key on the existing AEAD handle without re-allocation.
 
+** libgnutls: HKDF and AES-GCM algorithms are now approved in FIPS-140 mode
+   when used in TLS (#1311).
+
 ** The configure arguments for Brotli and Zstandard (zstd) support
    have changed to reflect the previous help text: they are now
    --with-brotli/--with-zstd respectively (#1342).
index bf0b001e820d9d7ebb968f7babc81bce2a297835..e9608676a6881b303edcec0f43540b67dee1ce10 100644 (file)
@@ -23,7 +23,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.7.4], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.7.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 77a64706e9e5500d3fb186dff5f71d1857f57d3c..eabf598300ae92fc0eb43ae0d92febffcda12320 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 77a64706e9e5500d3fb186dff5f71d1857f57d3c
+Subproject commit eabf598300ae92fc0eb43ae0d92febffcda12320
index 1de34210de9ab9ed2e5397c6daf70499b51a60b3..c19dce38e11a1c763a5d7bb7a17888e269dc61bf 100644 (file)
@@ -70,5 +70,3 @@ name = drbg_aes_reseed
 
 # The following should be removed in the new release, after updating the
 # abi-dump repository:
-[suppress_function]
-name = gnutls_aead_cipher_set_key
index 2cb02edf536f7b39c8a94cbe8974b94b02e2c243..8929079858aff86cc47bb1b00af052952cdbd7e5 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, 62)
+  AC_SUBST(LT_CURRENT, 63)
   AC_SUBST(LT_REVISION, 0)
-  AC_SUBST(LT_AGE, 32)
+  AC_SUBST(LT_AGE, 33)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)