From cf1560092316c7d2318c5783192781d4e2d41277 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 24 Apr 2017 11:03:11 +0100 Subject: Add SCTP testing for 11-dtls_resumption.conf Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3286) --- test/recipes/80-test_ssl_new.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/recipes') diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t index dac74f404a..1a7c2595ec 100644 --- a/test/recipes/80-test_ssl_new.t +++ b/test/recipes/80-test_ssl_new.t @@ -59,7 +59,7 @@ my %conf_dependent_tests = ( "05-sni.conf" => disabled("tls1_1"), "07-dtls-protocol-version.conf" => !$is_default_dtls || !disabled("sctp"), "10-resumption.conf" => !$is_default_tls, - "11-dtls_resumption.conf" => !$is_default_dtls, + "11-dtls_resumption.conf" => !$is_default_dtls || !disabled("sctp"), "16-dtls-certstatus.conf" => !$is_default_dtls || !disabled("sctp"), "17-renegotiate.conf" => disabled("tls1_2"), "18-dtls-renegotiate.conf" => disabled("dtls1_2") || !disabled("sctp"), -- cgit v1.2.3