]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NEWS: mention leancrypto support
authorDaiki Ueno <ueno@gnu.org>
Sat, 25 Jan 2025 00:58:25 +0000 (09:58 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 25 Jan 2025 11:30:53 +0000 (20:30 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
NEWS

diff --git a/NEWS b/NEWS
index 54c0026b7ec7ba2d0e93ed245c10840a36009831..73e2009ab7899cfbbea5496c0a77f007a0df5379 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,12 +7,18 @@ See the end for copying conditions.
 
 * Version 3.8.9 (unreleased)
 
+** libgnutls: leancrypto was added as an interim option for PQC
+   The library can now be built with leancrypto instead of liboqs for
+   post-quantum cryptography (PQC), when configured with
+   --with-leancrypto option instead of --with-liboqs.
+
 ** libgnutls: Experimental support for ML-DSA signature algorithm
    The library and certtool now support ML-DSA signature algorithm as
    defined in FIPS 204 and based on
    draft-ietf-lamps-dilithium-certificates-04. This feature is
    currently marked as experimental and can only be enabled when
-   compiled with --with-liboqs. Contributed by David Dudas.
+   compiled with --with-leancrypto or --with-liboqs.
+   Contributed by David Dudas.
 
 ** libgnutls: Support for ML-KEM-1024 key encapsulation mechanism
    The support for ML-KEM post-quantum key encapsulation mechanisms