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: HYPERLINK "http://cr.openjdk.java.net/%7Ecoffeys/webrev.8157035.jdk8u/"http://cr.openjdk.java.net/~coffeys/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. o test/javax/net/ssl/ciphersuites/DisabledAlgorithms.java o test/sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.java Thanks, Prasad.K
