< prev index next >

test/jdk/sun/security/pkcs11/ec/TestECDSA.java

Print this page
rev 59107 : imported patch security

@@ -124,11 +124,11 @@
         if (provider.getService("Signature", "SHA1withECDSA") == null) {
             System.out.println("ECDSA not supported, skipping");
             return true;
         }
 
-        if (isBadNSSVersion(provider) || isBadSolarisSparc(provider)) {
+        if (isBadNSSVersion(provider)) {
             return true;
         }
 
         return false;
     }
< prev index next >