RFR[8u] JDK-8157035: Use stronger algorithms and keys for JSSE testing

Prasadrao Koppula prasadarao.koppula at oracle.com
Mon Apr 10 06:02:14 UTC 2017


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

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20170409/f99f768a/attachment.htm>


More information about the security-dev mailing list