提交 6ca43789 编写于 作者: C coffeys

8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again

Reviewed-by: mullan
上级 04b3472f
......@@ -57,10 +57,6 @@ public class ClientJSSEServerJSSE extends PKCS11Test {
}
public void main(Provider p) throws Exception {
// MD5 is used in this test case, don't disable MD5 algorithm.
Security.setProperty(
"jdk.certpath.disabledAlgorithms", "MD2, RSA keySize < 1024");
String testWithoutSunEC = System.getProperty("testWithoutSunEC");
if (p.getService("KeyFactory", "EC") == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册