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 <sahana@redhat.com>

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25477)
This commit is contained in:
Sahana Prasad 2024-09-12 12:21:30 +02:00 committed by Dmitry Belyavskiy
parent 645edf50f0
commit 22c2928a9a

View File

@ -547,6 +547,8 @@ static const ssl_trace_tbl ssl_groups_tbl[] = {
{258, "ffdhe4096"}, {258, "ffdhe4096"},
{259, "ffdhe6144"}, {259, "ffdhe6144"},
{260, "ffdhe8192"}, {260, "ffdhe8192"},
{4587, "SecP256r1MLKEM768"},
{4588, "X25519MLKEM768"},
{25497, "X25519Kyber768Draft00"}, {25497, "X25519Kyber768Draft00"},
{25498, "SecP256r1Kyber768Draft00"}, {25498, "SecP256r1Kyber768Draft00"},
{0xFF01, "arbitrary_explicit_prime_curves"}, {0xFF01, "arbitrary_explicit_prime_curves"},