CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
