CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/03/26 09:00:51
Modified files: lib/libssl : d1_pkt.c Log message: Remove the minimum record length checks from dtls1_read_bytes() The code that handles each record type already has appropriate length checks. Furthermore, the handling of application data here is likely incorrect and bypasses the normal state checks at the end of this function. ok inoguchi@ tb@