summaryrefslogtreecommitdiff
path: root/test/recipes/80-test_ssl_new.t
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2017-03-14 14:56:22 +0100
committerEmilia Kasper <emilia@openssl.org>2017-03-14 15:16:27 +0100
commit49619ab008a651e49e7524c73ba6fb4b3c96f67f (patch)
tree94d246a7eb01b05f7a813a2938488fb58f289ae0 /test/recipes/80-test_ssl_new.t
parentea1ecd9831cfe8de9dbeafdfec344b8c944c9b84 (diff)
downloadopenssl-new-49619ab008a651e49e7524c73ba6fb4b3c96f67f.tar.gz
Port remaining old DTLS tests
We already test DTLS protocol versions. For good measure, add some DTLS tests with client auth to the new test framework, so that we can remove the old tests without losing coverage. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/80-test_ssl_new.t')
-rw-r--r--test/recipes/80-test_ssl_new.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index 903dc91c52..50057948b7 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -55,7 +55,7 @@ my $no_ocsp = disabled("ocsp");
# expectations dynamically based on the OpenSSL compile-time config.
my %conf_dependent_tests = (
"02-protocol-version.conf" => !$is_default_tls,
- "04-client_auth.conf" => !$is_default_tls,
+ "04-client_auth.conf" => !$is_default_tls || !$is_default_dtls,
"05-sni.conf" => disabled("tls1_1"),
"07-dtls-protocol-version.conf" => !$is_default_dtls,
"10-resumption.conf" => !$is_default_tls,