Always use TLSv1.0 for record layer version in TLSv1.3
authorMatt Caswell <matt@openssl.org>
Mon, 2 Jan 2017 11:40:16 +0000 (11:40 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commitd24c6a34ce4af11cd09aadd6a0f356cb2bd7fa4f
tree441d043312c1f4d3a1b73855df1d9a286cda979d
parent710eb47fdd01e9955151868b07e135c563bf4b76
Always use TLSv1.0 for record layer version in TLSv1.3

TLSv1.3 freezes the record layer version and ensures that it is always set
to TLSv1.0. Some implementations check this.

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