CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/06 09:22:25
Modified files:
lib/libssl : d1_both.c dtls_local.h s3_lib.c
Log message:
Move DTLS handshake message handling to its own function.
When a TLSv1.2 handshake 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@
