CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/16 10:07:35
Modified files:
lib/libssl : d1_both.c dtls12_handshake_msg.c
dtls12_internal.h dtls_local.h
Log message:
Only build DTLS handshake messages once and re-use for retransmits.
Build a struct dtls12_handshake_msg when the TLS handshake message is first
created, then retain a pointer to this struct with reference counting.
Retransmits can now be performed using this same DTLS handshake message.
ok kenjiro@ tb@
