CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/06 09:24:26
Modified files:
lib/libssl : d1_both.c dtls_local.h ssl_clnt.c ssl_srvr.c
Log message:
Move DTLS change cipher spec handling to its own function.
When a TLSv1.2 change cipher spec message has been built, call a separate
function that can handle the DTLS specific processing rather than including
this in the TLS code.
ok kenjiro@ tb@
