Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.8.9 (unreleased)
+
+** 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.
+
+** API and ABI modifications:
+GNUTLS_PK_ML_DSA_44: New enum member of gnutls_pk_algorithm_t
+GNUTLS_PK_ML_DSA_65: New enum member of gnutls_pk_algorithm_t
+GNUTLS_PK_ML_DSA_87: New enum member of gnutls_pk_algorithm_t
+GNUTLS_SIGN_ML_DSA_44: New enum member of gnutls_sign_algorithm_t
+GNUTLS_SIGN_ML_DSA_65: New enum member of gnutls_sign_algorithm_t
+GNUTLS_SIGN_ML_DSA_87: New enum member of gnutls_sign_algorithm_t
+GNUTLS_PK_ML_KEM_768: Renamed from GNUTLS_PK_MLKEM768; compatibility macro is provided
+
* Version 3.8.8 (released 2024-11-05)
** libgnutls: Experimental support for X25519MLKEM768 and SecP256r1MLKEM768 key exchange in TLS 1.3
the --with-liboqs configure option.
** API and ABI modifications:
-No changes since last version.
+GNUTLS_PK_MLKEM768: New enum member of gnutls_pk_algorithm_t
* Version 3.8.6 (released 2024-07-03)