From: Daiki Ueno Date: Fri, 26 Jul 2024 02:25:22 +0000 (+0900) Subject: NEWS: mention 3.8.7 changes X-Git-Tag: 3.8.7~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16aac3057dbbbbe5ddf2fa0440904f375bb1a608;p=thirdparty%2Fgnutls.git NEWS: mention 3.8.7 changes Signed-off-by: Daiki Ueno --- diff --git a/NEWS b/NEWS index 44db174973..b9f43504e9 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,19 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc. Copyright (C) 2013-2019 Nikos Mavrogiannopoulos See the end for copying conditions. +* Version 3.8.7 (unreleased) + +** libgnutls: New configure option to compile out DSA support + The --disable-dsa configure option has been added to completely disable DSA + algorithm support. + +** libgnutls: Experimental support for X25519Kyber768Draft00 key exchange in TLS + For testing purposes, the hybrid post-quantum key exchange defined + in draft-tls-westerbaan-xyber768d00 has been implemented using + liboqs. Since the algorithm is still not finalized, the support of + this key exchange is disabled by default and can be enabled with + the --with-liboqs configure option. + * Version 3.8.6 (released 2024-07-03) ** libgnutls: PBMAC1 is now supported as a MAC mechanism for PKCS#12