From 9e4a7023aa1d713969879110caa25338390ef68e Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 18 Aug 2016 00:43:05 -0400 Subject: 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 Reviewed-by: Matt Caswell (cherry picked from commit f3ea8d77080580979be086d97879ebc8b72f970a) --- test/recipes/70-test_sslcbcpadding.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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( -- cgit v1.2.3