CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/11 12:03:51
Modified files:
lib/libssl : tls13_internal.h tls13_record.c
tls13_record_layer.c
Log message:
Add record version checks.
When legacy version is below TLSv1.2 ensure that the record version is
SSL3/TLS, however when the legacy version is set to TLSv1.2 require this
specifically.
ok beck@ tb@
