Looks good to me Prasad. Thanks for fixing this.
Regards,
Sean.
On 10/04/17 07:02, Prasadrao Koppula wrote:
Hi,
Please review this patch for “JDK-8157035: Use stronger algorithms and
keys for JSSE testing”
Issue:
https://bugs.openjdk.java.net/browse/JDK-8157035
Webrev:
http://cr.openjdk.java.net/~coffeys/webrev.8157035.jdk8u/
<http://cr.openjdk.java.net/%7Ecoffeys/webrev.8157035.jdk8u/>
Changes:
sun/security/ssl/etc/truststore and truststore are having old certs
with weaker algorithms. Due to this, in some of the tests,
“jdk.certpath.disabledAlgorithms” property is hardcoded with empty
string(“”).
It’s not direct backport. Following changes are made in addition to
JDK9 changes.
-Removed hardcoded value for jdk.certpath.disabledAlgorithms property
in bellow test files.
otest/javax/net/ssl/ciphersuites/DisabledAlgorithms.java
otest/sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.java
Thanks,
Prasad.K