]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix some missing checks for TLS1_3_VERSION_DRAFT
authorMatt Caswell <matt@openssl.org>
Mon, 7 Nov 2016 13:48:07 +0000 (13:48 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 16:03:09 +0000 (16:03 +0000)
commitb97667ce679d439a5620c326e0e9fefea3186bdc
tree256ecfc782bd8bedc314c39bb8aeb73691446758
parent54682aa3574b9830362a51c919b6aa1d5429074b
Fix some missing checks for TLS1_3_VERSION_DRAFT

There were a few places where we weren't checking to see if we were using
the draft TLS1.3 version or not.

Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/tls1.h
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_trce.c