changeset 11456:1416a541440a

8130952: test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed Reviewed-by: vinnie
author coffeys
date Fri, 17 Jul 2015 12:04:45 +0100
parents c00bcb8d4596
children 3ee40ba7525d
files test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java	Thu Jul 09 13:23:03 2015 +0100
+++ b/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java	Fri Jul 17 12:04:45 2015 +0100
@@ -58,16 +58,12 @@
 
     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) {