CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/04 14:03:42
Modified files:
lib/libssl : ssl_clnt.c ssl_srvr.c ssl_tlsext.c
tls13_client.c tls13_server.c tls_internal.h
tls_key_share.c
regress/lib/libssl/tlsext: tlsexttest.c
Log message:
Add a MLKEM768_X25519 hybrid key share.
This implements the currently in use MLKEM768_X25519 hybrid
key share as outlined in
https://datatracker.ietf.org/doc/draft-ietf-tls-ecdhe-mlkem/
This commit does not yet wire this up to anything, that is done
in follow on changes.
ok tb@ jsing@ kenjiro@