提交 ea24bb0a 编写于 作者: R Richard Levitte

Fix no-tls1_2

It seems that the ssl test 20-cert-select.conf dislikes the lack of TLSv1.2
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2268)
上级 0db1fb3f
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册