]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/70-test_sslversions.t
Stop disabling TLSv1.3 if ec and dh are disabled
[thirdparty/openssl.git] / test / recipes / 70-test_sslversions.t
index 864f4f5283824e59ac985720163790d60f67e1db..0a67fe1006174185679707ed63adb390ebd1b399 100644 (file)
@@ -37,7 +37,10 @@ plan skip_all => "$test_name needs the sock feature enabled"
     if disabled("sock");
 
 plan skip_all => "$test_name needs TLS1.3, TLS1.2 and TLS1.1 enabled"
-    if disabled("tls1_3") || disabled("tls1_2") || disabled("tls1_1");
+    if disabled("tls1_3")
+       || (disabled("ec") && disabled("dh"))
+       || disabled("tls1_2")
+       || disabled("tls1_1");
 
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';