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 14:00:59 +0000 (14:00 +0000)
commit1c31fe7eb093a8f07d32e910a46616209883cf84
tree8b5985c18b9ed7573f760cf65f5645c8d7b363d2
parentcd272eeee23b5866b281303550917287e78375c1
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)

(cherry picked from commit 3c83c5ba4f6502c708b7a5f55c98a10e312668da)
ssl/ssl_lib.c
test/cipherlist_test.c
test/clienthellotest.c
test/ssltest_old.c