CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/25 02:20:56
Modified files:
lib/libssl : tls13_client.c tls13_internal.h
tls13_record_layer.c
Log message:
It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3
client hello.
Allow pre-TLSv1.3 alerts (including warnings) to be received before the
server hello message. Disallow pre-TLSv1.3 alerts as soon as we know that
we are using TLSv1.3.
Noticed by ajacoutot@ while connecting to www.openprinting.org.
ok tb@
