diff options
author | Matt Caswell <matt@openssl.org> | 2017-03-06 11:03:53 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-03-06 11:34:42 +0100 |
commit | 548d0153cc81439547f511adeb252c52c898794b (patch) | |
tree | c7fb2d4ed4ba2d69443dd276e97040024ecb79b5 /test/recipes/80-test_ssl_new.t | |
parent | Fix no-psk (diff) | |
download | openssl-548d0153cc81439547f511adeb252c52c898794b.tar.xz openssl-548d0153cc81439547f511adeb252c52c898794b.zip |
Fix a test failure with no-tls1_1
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2857)
Diffstat (limited to 'test/recipes/80-test_ssl_new.t')
-rw-r--r-- | test/recipes/80-test_ssl_new.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t index 5f4433403d..4173157153 100644 --- a/test/recipes/80-test_ssl_new.t +++ b/test/recipes/80-test_ssl_new.t @@ -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, |