From: Tomas Mraz Date: Fri, 30 Jun 2023 19:53:30 +0000 (+0200) Subject: 80-test_ssl_new.t: Test 14-curves.cnf depends on enabled DH now X-Git-Tag: openssl-3.2.0-alpha1~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ab9d5b5cb5a6d792c313ff4d5724612351818d;p=thirdparty%2Fopenssl.git 80-test_ssl_new.t: Test 14-curves.cnf depends on enabled DH now Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/21336) --- diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t index 8c5d8fc0932..d78d70d7e6f 100644 --- a/test/recipes/80-test_ssl_new.t +++ b/test/recipes/80-test_ssl_new.t @@ -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,