From 507dc2007ce25f8363937e871b5ee06179163114 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 19 Nov 2025 23:04:07 +0000 Subject: Correct the MLKEM hybrid objects values. The ietf has had a bunch of back and forth over what will happen here. in the end the previously mentioned draft will not include the TLS hybrids, so we change this to use reference the correct draft for TLS, and use the same name everyone else is using, without an OID. While we will probably end up needing the *other* hybrids for things like CMS, we will bring them in when we need them and have official OID values from IANA. ok tb@ --- src/lib/libcrypto/objects/objects.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/objects/objects.txt') diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index bdf6ea9fe3..933fa51f71 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt @@ -1478,8 +1478,7 @@ tc26 1 3 3 : id-tc26-signwithdigest-gost3410-2012-512 : GOST R 34.11-2012 with : AuthGOST01 : auth-gost01 : AuthNULL : auth-null -# Hybrid KEMs from -# https://www.ietf.org/archive/id/draft-ietf-lamps-pq-composite-kem-06.html#section-7.1 -2 16 840 1 114027 80 5 2 33 : MLKEM768-X25519 -2 16 840 1 114027 80 5 2 34 : MLKEM768-ECDH-P256 -2 16 840 1 114027 80 5 2 35 : MLKEM768-ECDH-P384 +# MLKEM/X25519 hybrid for TLS - no OID assigned +# see https://datatracker.ietf.org/doc/draft-ietf-tls-ecdhe-mlkem/ +# section 7.1 + : X25519MLKEM768 -- cgit v1.2.3-55-g6feb