CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/12/09 06:43:25
Modified files:
lib/libssl : Tag: OPENBSD_6_2 bs_cbb.c bytestring.h
ssl_tlsext.c
Log message:
MFC: Correct TLS extensions handling when no extensions are present.
If no TLS extensions are present in a client hello or server hello, omit
the entire extensions block, rather than including it with a length of
zero.
ok beck@ inoguchi@
Thanks to Eric Elena <eric at voguemerry dot com> for providing packet
captures and testing the fix.