Ignore cipher suites when setting cipher list
authorSam Roberts <rsam@ca.ibm.com>
Mon, 26 Nov 2018 21:58:52 +0000 (13:58 -0800)
committerMatt Caswell <matt@openssl.org>
Thu, 14 Feb 2019 13:54:56 +0000 (13:54 +0000)
commit3c83c5ba4f6502c708b7a5f55c98a10e312668da
treeca6386b1af5c76a460a3489ce7504d6747568b00
parentf11ffa505f8a9345145a26a05bf77b012b6941bd
Ignore cipher suites when setting cipher list

set_cipher_list() sets TLSv1.2 (and below) ciphers, and its success or
failure should not depend on whether set_ciphersuites() has been used to
setup TLSv1.3 ciphers.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7759)
ssl/ssl_lib.c
test/cipherlist_test.c
test/clienthellotest.c
test/ssltest_old.c