]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a test failure with no-tls1_3
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 15:40:34 +0000 (15:40 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 8 Dec 2020 15:53:18 +0000 (15:53 +0000)
commitb1fdbc688c474ab5a843471c596b2d5863643a7c
tree93abafb04b3582c2ea5c8ee37b535a7d454eb74c
parent142841ddc4940b6fe74d8c8a846f27d6e2ee29dd
Fix a test failure with no-tls1_3

If we're using TLSv1.2 then the test_sigalgs_available test needs to be
careful which ciphersuite is selected in order for the test to behave
correctly.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13596)
test/sslapitest.c