Test the support curves in tls
[openssl.git] / test / recipes / 80-test_ssl_new.t
index 09db2801466b4832e575116f83362312388b7c81..29e490d41189ab899de2f907a03b8860b78c5e28 100644 (file)
@@ -29,7 +29,7 @@ map { s/\.in// } @conf_files;
 
 # We hard-code the number of tests to double-check that the globbing above
 # finds all files as expected.
-plan tests => 13;  # = scalar @conf_srcs
+plan tests => 14;  # = scalar @conf_srcs
 
 # Some test results depend on the configuration of enabled protocols. We only
 # verify generated sources in the default configuration.
@@ -67,7 +67,8 @@ my %skip = (
   # disable instruction but that's a bizarre configuration not worth
   # special-casing for.
   # We should review this once we have TLS 1.3.
-  "13-fragmentation.conf" => disabled("tls1_2")
+  "13-fragmentation.conf" => disabled("tls1_2"),
+  "14-curves.conf" => disabled("tls1_2") || $no_ec
 );
 
 foreach my $conf (@conf_files) {