CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/17 17:06:51
Modified files:
lib/libssl : d1_pkt.c
Log message:
Allow DTLS clients to receive unexpected Finished messages.
DTLS servers can retransmit Finished messages, which will appear in the
current epoch. Allow DTLS clients to receive and discard these, rather
than treating them as unexpected messages.
DTLS clients should also handle last flight retransmissions, however there
are bigger issues with this code.
ok beck@ tb@
