CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/21 19:39:45
Modified files:
lib/libssl : tls13_client.c tls13_handshake.c
tls13_internal.h tls13_record_layer.c
Log message:
The legacy_record_version must be set to TLS1_2_VERSION except
in the ClientHello where it may be set to TLS1_VERSION. Use
the minimal supported version to decide whether we choose to do
so or not. Use a sent hook to set it back TLS1_2_VERSION right
after the ClientHello message is on the wire.
ok beck jsing