CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/01/13 11:32:00

Modified files:
        lib/libssl     : d1_pkt.c 

Log message:
Clean up read sequence handling in DTLS.

Pass the explicit DTLS read sequence number to dtls1_record_bitmap_update()
and dtls1_record_replay_check(), rather than expecting it to be in
S3I(s)->read_sequence. Also, store the read sequence number into
S3I(s)->rrec.seq_num when we're processing the record header, rather than
having dtls1_record_replay_check() be responsible for copying it.

ok inoguchi@ tb@

Reply via email to