summaryrefslogtreecommitdiffstats
path: root/test
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:14:19 +0100
commit9e4a7023aa1d713969879110caa25338390ef68e (patch)
tree6de360de217931005b05e56ec589c953713e97f4 /test
parentf53e42e518072597d02d3a32ff98ebea2d99214f (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> (cherry picked from commit f3ea8d77080580979be086d97879ebc8b72f970a)
Diffstat (limited to 'test')
-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(