CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/05/10 08:07:01
Modified files: lib/libssl : ssl_tlsext.c Log message: Only reset TLS extension state when parsing client hello or server hello. With TLSv1.3 we end up parsing extensions from more than just these two messages. This can result in variables (like the selected alpn) being freed when things still need them. ok tb@