提交 091ecfad 编写于 作者: M Matt Caswell

Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabled

Reviewed-by: NBen Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4701)
上级 0ca3aea7
...@@ -10,10 +10,11 @@ ...@@ -10,10 +10,11 @@
use OpenSSL::Test::Utils; use OpenSSL::Test::Utils;
use OpenSSL::Test qw/:DEFAULT srctop_file/; use OpenSSL::Test qw/:DEFAULT srctop_file/;
setup("test_tls13ccs"); my $test_name = "test_tls13ccs";
setup($test_name);
plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build" plan skip_all => "$test_name is not supported in this build"
if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls")); if disabled("tls1_3");
plan tests => 1; plan tests => 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册