The record version for ClientHello2 should be TLS1.2
authorMatt Caswell <matt@openssl.org>
Thu, 15 Feb 2018 14:29:45 +0000 (14:29 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Feb 2018 14:02:33 +0000 (14:02 +0000)
commit5f7470df83cb179f793026a5950c1446866c9cab
treeb9029201a8ee8718a14e6dd82aaed95e4eb82c58
parentb761ff4e77f74f91d8694964039af24ead3c2467
The record version for ClientHello2 should be TLS1.2

According to TLSv1.3 draft-24 the record version for ClientHello2 should
be TLS1.2, and not TLS1.0 as it is now.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5377)
ssl/record/rec_layer_s3.c
test/tls13ccstest.c