]> git.ipfire.org Git - thirdparty/openssl.git/commit
Runchecker: fix TLS curves test failure with no-tls1_3 option
authorPauli <pauli@openssl.org>
Thu, 22 Apr 2021 06:13:10 +0000 (16:13 +1000)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Apr 2021 09:13:30 +0000 (11:13 +0200)
commit94dc4282c3b85864596e9f333017fdb46de352ff
tree3be872e1f249263567b079e0d196f314e1f66566
parentda671c4184a4c8e7c3856b9ccdc6a6b4cece4012
Runchecker: fix TLS curves test failure with no-tls1_3 option

The TLS curves test strong assumes that TLS 1.2 and TLS 1.3 are present.
It is only conditioned out if TLS 1.2 isn't.  This changes also conditions
it out if TLS 1.3 isn't present.

Fixes ##14965

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14978)
test/recipes/80-test_ssl_new.t