summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-28 15:53:55 +0000
committerMatt Caswell <matt@openssl.org>2017-02-28 16:30:55 +0000
commit4ba808de916c9390d45d733563313d8d8f8dbe44 (patch)
treed1b82695a0db89a9b4e6956fb6220e8e550830b5 /test/recipes
parent0ddda824399d0b30057c6a0705ea65bf1985cf48 (diff)
Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2788) (cherry picked from commit 4d118fe007692de2dd8c5dd084254f8d3b308167)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/80-test_ssl_new.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index 5348a73388..2f6a69a305 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -54,6 +54,8 @@ my %conf_dependent_tests = (
"07-dtls-protocol-version.conf" => !$is_default_dtls,
"10-resumption.conf" => !$is_default_tls,
"11-dtls_resumption.conf" => !$is_default_dtls,
+ "17-renegotiate.conf" => disabled("tls1_2"),
+ "18-dtls-renegotiate.conf" => disabled("dtls1_2"),
);
# Add your test here if it should be skipped for some compile-time