jdk/test/javax/net/ssl/TLSv12/SignatureAlgorithms.java
changeset 45561 5990cda727bb
parent 34833 aca0e66389da
child 45566 0d263f0f8bd1
--- a/jdk/test/javax/net/ssl/TLSv12/SignatureAlgorithms.java	Thu Jun 15 17:50:21 2017 +0530
+++ b/jdk/test/javax/net/ssl/TLSv12/SignatureAlgorithms.java	Thu Jun 15 15:00:30 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,7 @@
 
 /*
  * @test
- * @bug 8049321
+ * @bug 8049321 8182143
  * @summary Support SHA256WithDSA in JSSE
  * @run main/othervm SignatureAlgorithms PKIX "SHA-224,SHA-256"
  *                   TLS_DHE_DSS_WITH_AES_128_CBC_SHA
@@ -434,21 +434,6 @@
          */
         parseArguments(args);
 
-
-        /*
-         * Ignore testing on Windows if only SHA-224 is available.
-         */
-        if ((Security.getProvider("SunMSCAPI") != null) &&
-                (disabledAlgorithms.contains("SHA-1")) &&
-                (disabledAlgorithms.contains("SHA-256"))) {
-
-            System.out.println(
-                "Windows system does not support SHA-224 algorithms yet. " +
-                "Ignore the testing");
-
-            return;
-        }
-
         /*
          * Expose the target algorithms by diabling unexpected algorithms.
          */