From 340c5e628d5c315f71f38aaa536cd0f3dedad121 Mon Sep 17 00:00:00 2001 From: coffeys Date: Fri, 17 Jul 2015 12:04:45 +0100 Subject: [PATCH] 8130952: test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed Reviewed-by: vinnie --- test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java b/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java index d5c37217f..f754148bd 100644 --- a/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java +++ b/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java @@ -58,16 +58,12 @@ public class ClientJSSEServerJSSE extends PKCS11Test { public void main(Provider p) throws Exception { String testWithoutSunEC = System.getProperty("testWithoutSunEC"); - // MD5 is used in this test case, don't disable MD5 algorithm. - Security.setProperty( - "jdk.certpath.disabledAlgorithms", "MD2, RSA keySize < 1024"); if (p.getService("KeyFactory", "EC") == null) { System.out.println("Provider does not support EC, skipping"); return; } - if (testWithoutSunEC != null) { Provider sunec = Security.getProvider("SunEC"); if (sunec == null) { -- GitLab