]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
80-test_ssl_new.t: Test 14-curves.cnf depends on enabled DH now
authorTomas Mraz <tomas@openssl.org>
Fri, 30 Jun 2023 19:53:30 +0000 (21:53 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 4 Jul 2023 13:44:54 +0000 (15:44 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/21336)

test/recipes/80-test_ssl_new.t

index 8c5d8fc09322d713e80852ffa9fd9e852ecf407c..d78d70d7e6f020c204010f6fefebeea60ecd6242 100644 (file)
@@ -114,7 +114,7 @@ my %skip = (
   # TODO(TLS 1.3): We should review this once we have TLS 1.3.
   "13-fragmentation.cnf" => disabled("tls1_2"),
   "14-curves.cnf" => disabled("tls1_2") || disabled("tls1_3")
-                     || $no_ec2m || $no_ecx,
+                     || $no_ec2m || $no_ecx || $no_dh,
   "15-certstatus.cnf" => $no_tls || $no_ocsp,
   "16-dtls-certstatus.cnf" => $no_dtls || $no_ocsp,
   "17-renegotiate.cnf" => $no_tls_below1_3,