summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-08-18 00:43:05 -0400
committerMatt Caswell <matt@openssl.org>2016-09-26 23:10:29 +0100
commitf3ea8d77080580979be086d97879ebc8b72f970a (patch)
tree139b3e497d929823da70ca220f43553dabc69535
parent3058b742664287a30be77488c2ce3d8103bffd64 (diff)
Switch back to assuming TLS 1.2.
The TLSProxy::Record->new call hard-codes a version, like 70-test_sslrecords.t. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--test/recipes/70-test_sslcbcpadding.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/70-test_sslcbcpadding.t b/test/recipes/70-test_sslcbcpadding.t
index e2df24e8d1..4db4395a58 100644
--- a/test/recipes/70-test_sslcbcpadding.t
+++ b/test/recipes/70-test_sslcbcpadding.t
@@ -23,8 +23,8 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled"
plan skip_all => "$test_name needs the sock feature enabled"
if disabled("sock");
-plan skip_all => "$test_name needs TLSv1.1 enabled"
- if disabled("tls1_1");
+plan skip_all => "$test_name needs TLSv1.2 enabled"
+ if disabled("tls1_2");
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
my $proxy = TLSProxy::Proxy->new(