Edit

IABSD.fr/src/lib/libcrypto/objects

Branch :

  • Show log

    Commit

  • Author : beck
    Date : 2025-11-19 23:04:07
    Hash : 366129c0
    Message : 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@