Commit 08c8701b authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Add test for openssl server running at SECLEVEL=2

parent 9814cea2
--ssl-cipher=DEFAULT@SECLEVEL=2
......@@ -74,6 +74,8 @@ sub skip_combinations {
$skip{'main/ssl_verify_ip.test'} = 'x509v3 support required'
unless $openssl_ver ge "1.0.2";
$skip{'main/openssl_seclevel2.test'} = 'Requires OpenSSL'
unless $openssl_ver ge "1.0.1";
%skip;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment