JDK 6 | JDK 7 |
---|---|
6u151Fixed | 7u141Fixed |
JDK 7u and JDK 6u now have the jdk.tls.client.protocols system property. We should update the related security docs to highlight this. See the JDK 8 example : http://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#jdk_tls_client_protocols This should be copied to the JDK 7u and 6u docs. Available since 7u95 GA (JDK-8076369) and 6u121 GA (JDK-8151159)
|