Ignore the record version in TLS1.3
authorMatt Caswell <matt@openssl.org>
Mon, 7 Nov 2016 13:49:18 +0000 (13:49 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Nov 2016 15:52:33 +0000 (15:52 +0000)
commit3c9539d294b931bc430a01510753e10b7a201f11
tree72730a514299b48b3f844ac3c1b2f360b0c89108
parent185c29b14eafb9ddacffb82b10c4609e49686e66
Ignore the record version in TLS1.3

The record layer version field must be ignored in TLSv1.3, so we remove the
check when using that version.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/ssl3_record.c