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/obj_mac.num | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/objects/obj_mac.num') diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index 124aafec77..2f93e12b82 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num @@ -1053,6 +1053,4 @@ RSA_SHA3_512 1052 acmeIdentifier 1053 id_ct_rpkiSignedPrefixList 1054 tls1_prf 1055 -MLKEM768_X25519 1056 -MLKEM768_ECDH_P256 1057 -MLKEM768_ECDH_P384 1058 +X25519MLKEM768 1056 -- cgit v1.2.3-55-g6feb