[9] RFR: 8150512:Update test for jdk.security.provider.preferred security property.

Sibabrata Sahoo sibabrata.sahoo at oracle.com
Tue Mar 15 10:24:28 UTC 2016


Hi Anthony,

Please find the updated webrev: http://cr.openjdk.java.net/~ssahoo/8150512/webrev.01/

Following comments associated.

Thanks,
Siba


-------------------
Here are my comments...

- PreferredProviderTest.java:62-70
You appear to be missing SHA1 and SHA-224.  They should be added to the preferredProp variable, and the verifyDigestProvider DataTuple's.


- PreferredProviderTest.java:75-76
This is calling MessageDigest with RSA as the algorithm, I would expect 
this to fail, but the test looks like it expects it to pass.
The original code was creating a KeyFactory for RSA which would pass.

thanks

Tony


More information about the security-dev mailing list