Temporarily ignore NewSessionTickets for TLS1.3
authorMatt Caswell <matt@openssl.org>
Thu, 29 Dec 2016 15:08:47 +0000 (15:08 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commit4954fd13b3c71f0f74677b78533f1176e13de032
tree378ed553a6276a9de459af45880c42270c608990
parent6612d87b897f1f71237e6a7f5a075d46e74d8ac5
Temporarily ignore NewSessionTickets for TLS1.3

We can't handle these messages yet, so ignore them for now.

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