CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/09/03 07:16:54
Modified files: lib/libssl : tls13_legacy.c Log message: Set message_size correctly when switching to the legacy stack. The message_size variable is not actually the handshake message size, rather the number of bytes contained within the handshake message, hence we have to subtract the length of the handshake message header. ok beck@