CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/09/04 08:31:54
Modified files: lib/libssl : d1_pkt.c Log message: Improve DTLS hello request handling code. Rather than manually checking multiple bytes, actually parse the DTLS handshake message header, then check the values against what we parsed. ok inoguchi@ tb@