Improve DTLS hello request handling code.
authorjsing <jsing@openbsd.org>
Sat, 4 Sep 2021 14:31:54 +0000 (14:31 +0000)
committerjsing <jsing@openbsd.org>
Sat, 4 Sep 2021 14:31:54 +0000 (14:31 +0000)
commitdcc03317b9a1d90150ae83dc28ee2af77772e072
tree81d45d7c56f4e739de898383f563917d3fc8c4d2
parentab5ddd1b3fb2d9af1be6366202432c66048d8b28
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@
lib/libssl/d1_pkt.c