提交 77a926e6 编写于 作者: D Dr. Stephen Henson

Set security level to zero is ssltest

Since ssltest needs to test low security ciphersuites and keys
set security level to zero so they aren't rejected.
上级 e03c5b59
......@@ -1507,6 +1507,11 @@ bad:
ERR_print_errors(bio_err);
goto end;
}
/* Since we will use low security ciphersuites and keys for
* testing set security level to zero.
*/
SSL_CTX_set_security_level(c_ctx, 0);
SSL_CTX_set_security_level(s_ctx, 0);
if (cipher != NULL)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册