]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.8.10
authorDaiki Ueno <ueno@gnu.org>
Mon, 7 Jul 2025 22:00:39 +0000 (07:00 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 8 Jul 2025 12:51:51 +0000 (21:51 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 499e36c60bc8ba31431485142422d78d5665db42..4469a926014e2123854e7b350c57e980013638a7 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.10 (unreleased)
+* Version 3.8.10 (released 2025-07-08)
 
 ** libgnutls: Fix NULL pointer dereference when 2nd Client Hello omits PSK
    Reported by Stefan Bühler. [GNUTLS-SA-2025-07-07-4, CVSS: medium]
@@ -28,7 +28,7 @@ See the end for copying conditions.
    cryptographic backend. Use the [provider] section in the system-wide config
    to specify path and pin to the module (see system-wide config Documentation).
 
-** libgnutls: Linux kernel version 6.14 bring a Kernel TLS (kTLS) key update
+** libgnutls: Linux kernel version 6.14 brings a Kernel TLS (kTLS) key update
    support. The library running on the aforementioned version now utilizes the
    kernel’s key update mechanism when kTLS is enabled, allowing uninterrupted
    TLS session. The --enable-ktls configure option as well as the system-wide
@@ -56,6 +56,10 @@ See the end for copying conditions.
    ML-DSA-87, can now be used to digitally sign TLS handshake
    messages.
 
+** API and ABI modifications:
+GNUTLS_PKCS_MLDSA_SEED: New enum member of gnutls_pkcs_encrypt_flags_t
+GNUTLS_PKCS_MLDSA_EXPANDED: New enum member of gnutls_pkcs_encrypt_flags_t
+
 * Version 3.8.9 (released 2025-02-07)
 
 ** libgnutls: leancrypto was added as an interim option for PQC
index afd70573e1bb0ff3d7934f8d9364cae0dde2f56d..5ad2c1a482223bc89e58aabdb19b0c20f328076d 100644 (file)
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.71])
 
 dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS],[3.8.9],[bugs@gnutls.org])
+AC_INIT([GnuTLS],[3.8.10],[bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index fc28b13034005376794d0774918167760b11d3d7..409f4541f01de28e8669e369a0ec503caa52a45b 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   #
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
   AC_SUBST(LT_CURRENT, 70)
-  AC_SUBST(LT_REVISION, 3)
+  AC_SUBST(LT_REVISION, 4)
   AC_SUBST(LT_AGE, 40)
 
   AC_SUBST(LT_SSL_CURRENT, 27)