]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_local.h
Fix SSL_IS_TLS13(s)
authorMatt Caswell <matt@openssl.org>
Mon, 21 Nov 2016 13:24:50 +0000 (13:24 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 15:31:22 +0000 (15:31 +0000)
commitc805f6189e7384d8f27e82c09ee8cae202ade876
treea22cf76e4cafeda5c679400e1cb1493272ed9c62
parentcc24a22b83d8cc210b9c279f185b79f0875817c1
Fix SSL_IS_TLS13(s)

The SSL_IS_TLS13() macro wasn't quite right. It would come back with true
in the case where we haven't yet negotiated TLSv1.3, but it could be
negotiated.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_locl.h
ssl/t1_lib.c