Fix configuration of TLSv1.3 ciphersuites
authorMatt Caswell <matt@openssl.org>
Tue, 3 Apr 2018 14:31:38 +0000 (15:31 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 4 Apr 2018 15:17:26 +0000 (16:17 +0100)
commita53b5be6a056e998fb119dbf035d1df68083a951
treeeaa087fb531f63bc8c2aa02a06cdf1a2e30d434b
parent034cb87b6c7758986b40692d1d5abdd2a7ba826e
Fix configuration of TLSv1.3 ciphersuites

Configuration of TLSv1.3 ciphersuites wasn't working in some cases.

Fixes #5740

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5855)
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
test/sslcorrupttest.c