Fix a test failure with no-tls1_1
authorMatt Caswell <matt@openssl.org>
Mon, 6 Mar 2017 10:03:53 +0000 (10:03 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Mar 2017 10:34:42 +0000 (10:34 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2857)

test/recipes/80-test_ssl_new.t

index 5f4433403da959f8f35f4c79438950bf781e0c38..4173157153f5f51d85882e5aaa2977fbd52866d4 100644 (file)
@@ -56,6 +56,7 @@ my $no_ocsp = disabled("ocsp");
 my %conf_dependent_tests = (
   "02-protocol-version.conf" => !$is_default_tls,
   "04-client_auth.conf" => !$is_default_tls,
+  "05-sni.conf" => disabled("tls1_1"),
   "07-dtls-protocol-version.conf" => !$is_default_dtls,
   "10-resumption.conf" => !$is_default_tls,
   "11-dtls_resumption.conf" => !$is_default_dtls,