CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/25 05:37:06
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Only discard the extension block for client hello and server hello
messages.
TLSv1.3 messages that include extensions need a length prefixed field with
zero bytes, rather than no data at all.
ok beck@ tb@
