changeset 11733:dcacefa73649 jdk8u75-b03

8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again Reviewed-by: mullan
author coffeys
date Fri, 08 Jan 2016 16:21:07 +0000
parents 552953ba78bf
children f6cc9dbb5db5
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	Tue Jan 05 19:30:06 2016 +0300
+++ b/test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java	Fri Jan 08 16:21:07 2016 +0000
@@ -57,10 +57,6 @@
     }
 
     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) {