CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/07/16 08:37:21
Modified files:
lib/libssl : d1_both.c dtls_local.h
Log message:
Clean up sequence number and message header handling.
dtls1_set_message_header() is only called in one place - inline the write
handshake sequence number handling. Rename dtls1_set_message_header_int()
to dtls1_set_message_header().
The dtls12_write_ccs() code does not use handshake sequence numbers (since
they're not handshake messages) - stop pretending that it does.
ok kenjiro@ tb@