From: Sahana Prasad Date: Thu, 12 Sep 2024 10:21:30 +0000 (+0200) Subject: IANA has assigned numbers for new TLS Supported Groups in ML-KEM X-Git-Tag: openssl-3.5.0-alpha1~1131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c2928a9a6e7c8e4f6f91e0557248b07ae03664;p=thirdparty%2Fopenssl.git IANA has assigned numbers for new TLS Supported Groups in ML-KEM https://www.ietf.org/archive/id/draft-kwiatkowski-tls-ecdhe-mlkem-01.html#name-iana-considerations Signed-off-by: Sahana Prasad Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matt Caswell Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/25477) --- diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index ac1199f1742..2d95f3ad3bf 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -547,6 +547,8 @@ static const ssl_trace_tbl ssl_groups_tbl[] = { {258, "ffdhe4096"}, {259, "ffdhe6144"}, {260, "ffdhe8192"}, + {4587, "SecP256r1MLKEM768"}, + {4588, "X25519MLKEM768"}, {25497, "X25519Kyber768Draft00"}, {25498, "SecP256r1Kyber768Draft00"}, {0xFF01, "arbitrary_explicit_prime_curves"},