CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/09/04 08:15:52
Modified files: lib/libssl : d1_pkt.c Log message: Improve DTLS record header parsing. Rather than pulling out the epoch and then six bytes of sequence number, pull out SSL3_SEQUENCE_SIZE for the sequence number, then pull the epoch off the start of the sequence number. ok inoguchi@ tb@