]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NEWS: mention ML-DSA improvements
authorDaiki Ueno <ueno@gnu.org>
Fri, 4 Jul 2025 03:59:29 +0000 (12:59 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 4 Jul 2025 09:20:20 +0000 (18:20 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
NEWS

diff --git a/NEWS b/NEWS
index 816d5742342033a423abd9c58ddf2c08e5764cb6..80f7701b56eb09962ebd261c8c9efa44cc40656e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ See the end for copying conditions.
 
 * Version 3.8.10 (unreleased)
 
-** libgnutls: Linux kernel version 6.14 bring a Kernel TLS(kTLS) key update
+** libgnutls: Linux kernel version 6.14 bring 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
@@ -24,6 +24,17 @@ See the end for copying conditions.
 ** libgnutls: TLS certificate compression methods can now be set with
    cert-compression-alg configuration option in the gnutls priority file.
 
+** libgnutls: All variants of ML-DSA private key formats are supported
+   While the previous implementation of ML-DSA was based on
+   draft-ietf-lamps-dilithium-certificates-04, this updates it to
+   draft-ietf-lamps-dilithium-certificates-12 with support for all 3
+   variants of private key formats: "seed", "expandedKey", and "both".
+
+** libgnutls: ML-DSA signatures can now be used in TLS
+   The ML-DSA signature algorithms, ML-DSA-44, ML-DSA-65, and
+   ML-DSA-87, can now be used to digitally sign TLS handshake
+   messages.
+
 * Version 3.8.9 (released 2025-02-07)
 
 ** libgnutls: leancrypto was added as an interim option for PQC