From ea24bb0ac5afee1cb7807752a674cb8a858545db Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 21 Jan 2017 14:44:52 +0100 Subject: Fix no-tls1_2 It seems that the ssl test 20-cert-select.conf dislikes the lack of TLSv1.2 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2268) --- test/recipes/80-test_ssl_new.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t index fd58d5ebf4..ce1cc22dd9 100644 --- a/test/recipes/80-test_ssl_new.t +++ b/test/recipes/80-test_ssl_new.t @@ -80,7 +80,7 @@ my %skip = ( "16-dtls-certstatus.conf" => $no_dtls || $no_ocsp, "18-dtls-renegotiate.conf" => $no_dtls, "19-mac-then-encrypt.conf" => $no_pre_tls1_3, - "20-cert-select.conf" => $no_ec, + "20-cert-select.conf" => disabled("tls1_2") || $no_ec, ); foreach my $conf (@conf_files) { -- cgit v1.2.3