summaryrefslogtreecommitdiff
path: root/test/recipes/80-test_ssl_new.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-30 14:20:18 +0100
committerMatt Caswell <matt@openssl.org>2016-08-30 14:49:10 +0100
commit767ccc3b77cde82c46ab4af541663f6c80e538d3 (patch)
tree1ef22091fd32466f6f6f9fd6df84a5f99079513f /test/recipes/80-test_ssl_new.t
parentf046afb0663fc4514f7fc5d1724439caa6858932 (diff)
downloadopenssl-new-767ccc3b77cde82c46ab4af541663f6c80e538d3.tar.gz
Add some CertStatus tests
The previous commit revealed a long standing problem where CertStatus processing was broken in DTLS. This would have been revealed by better testing - so add some! Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/80-test_ssl_new.t')
-rw-r--r--test/recipes/80-test_ssl_new.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index 175b3b2ad0..46c2f4216c 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -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 => 14; # = scalar @conf_srcs
+plan tests => 16; # = scalar @conf_srcs
# Some test results depend on the configuration of enabled protocols. We only
# verify generated sources in the default configuration.
@@ -69,7 +69,8 @@ my %skip = (
# special-casing for.
# We should review this once we have TLS 1.3.
"13-fragmentation.conf" => disabled("tls1_2"),
- "14-curves.conf" => disabled("tls1_2") || $no_ec || $no_ec2m
+ "14-curves.conf" => disabled("tls1_2") || $no_ec || $no_ec2m,
+ "16-dtls-certstatus.conf" => $no_dtls
);
foreach my $conf (@conf_files) {