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
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).
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
-Subproject commit 77a64706e9e5500d3fb186dff5f71d1857f57d3c
+Subproject commit eabf598300ae92fc0eb43ae0d92febffcda12320
# The following should be removed in the new release, after updating the
# abi-dump repository:
-[suppress_function]
-name = gnutls_aead_cipher_set_key
# 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)