CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/06 10:23:30
Modified files:
lib/libtls : tls_internal.h
lib/libtls/man : tls_config_set_protocols.3
Log message:
add X25519MLKEM768 to the start of the default ECDHE curves list, allowing
libtls clients to connect to servers which don't offer any other curves
(this has been seen in the wild with got, reported by stsp). ok tb@
depends on recent libssl changes (ssl_tlsext.c r1.161, t1_lib.c r1.209).
