From f91f829e9814a057eab88d9af7f571aed98fa2b9 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 21 Nov 2024 17:11:06 -0500 Subject: [PATCH] Update news [ci skip] --- news.rst | 16 ++++++++++++++++ readme.rst | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/news.rst b/news.rst index 68e1f03bc4..94fa85df56 100644 --- a/news.rst +++ b/news.rst @@ -4,6 +4,22 @@ Release Notes Version 3.7.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add post-quantum scheme Classic McEliece (GH #3883) + +* Add new EC key constructors (GH #4437) + +* Internal EC related cleanups (GH #4385) + +* Add new operations to EC_AffinePoint (GH #4433) + +* TPM 2.0 improvements (GH #4429 #4430) + +* Update the Limbo test suite (GH #4406) + +* Mark several classes not intended for derivation as ``final`` (GH #4419) + +* Add iterator debugging to CI (GH #4413) + Version 3.6.1, 2024-10-26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/readme.rst b/readme.rst index 71356985b2..8414cf120c 100644 --- a/readme.rst +++ b/readme.rst @@ -103,7 +103,7 @@ Public Key Cryptography * DH, ECDH, X25519 and X448 key agreement * Signature schemes ECDSA, DSA, Ed25519, Ed448, ECGDSA, ECKCDSA, SM2, GOST 34.10 * Post-quantum signature schemes ML-DSA (Dilithium), SLH-DSA (SPHINCS+), HSS/LMS, XMSS -* Post-quantum key encapsulation schemes ML-KEM (Kyber), FrodoKEM, McEliece +* Post-quantum key encapsulation schemes ML-KEM (Kyber), FrodoKEM, Classic McEliece * ElGamal encryption * Padding schemes OAEP, PSS, PKCS #1 v1.5, X9.31