Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.7.4 (unreleased)
-
-** Added support for certificate compression as defined in RFC8879.
-** libgnutls: Added strict-x509 configure option to enforce stricter
- certificate sanity checks.
+* Version 3.7.4 (released 2022-03-17)
+
+** libgnutls: Added support for certificate compression as defined in RFC8879.
+** certtool: Added option --compress-cert that allows user to specify compression
+ methods for certificate compression.
+** libgnutls: GnuTLS can now be compiled with --enable-strict-x509 configure
+ option to enforce stricter certificate sanity checks that are compliant
+ with RFC5280.
** libgnutls: Removed IA5String type from DirectoryString within issuer
and subject name to make DirectoryString RFC5280 compliant.
+** libgnutls: Added function to retrieve the name of current ciphersuite
+ from session (#1291).
+
** API and ABI modifications:
+GNUTLS_COMP_BROTLI: New gnutls_compression_method_t enum member
+GNUTLS_COMP_ZSTD: New gnutls_compression_method_t enum member
gnutls_compress_certificate_get_selected_method: Added
gnutls_compress_certificate_set_methods: Added
AC_PREREQ(2.64)
dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.7.3], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.7.4], [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 c0cd665948fb958951280a6d40cd1072a430dfcb
+Subproject commit 77a64706e9e5500d3fb186dff5f71d1857f57d3c
# The following should be removed in the new release, after updating the
# abi-dump repository:
-[suppress_function]
-name = gnutls_ciphersuite_get
-
-[suppress_function]
-name = gnutls_record_send_file
-
-[suppress_function]
-name = gnutls_compress_certificate_get_selected_method
-
-[suppress_function]
-name = gnutls_compress_certificate_set_methods
-
-[suppress_type]
-name = gnutls_compression_method_t
-changed_enumerators = GNUTLS_COMP_BROTLI, GNUTLS_COMP_ZSTD
-
-[suppress_type]
-name = gnutls_handshake_description_t
-changed_enumerators = GNUTLS_HANDSHAKE_COMPRESSED_CERTIFICATE_PKT
# in CONTRIBUTION.md for more info.
#
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 61)
+ AC_SUBST(LT_CURRENT, 62)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 31)
+ AC_SUBST(LT_AGE, 32)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)