Switch back to assuming TLS 1.2.
authorDavid Benjamin <davidben@google.com>
Thu, 18 Aug 2016 04:43:05 +0000 (00:43 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 26 Sep 2016 22:14:19 +0000 (23:14 +0100)
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)

test/recipes/70-test_sslcbcpadding.t

index e2df24e8d1715c9c0e878a48bb7756a91e84c207..4db4395a584a14ce418fb638ec4a15eae02f2e9b 100644 (file)
@@ -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(