1 Feb 2011 05:38
Re: TLS 1.2 test clients?
Xuelei Fan <Xuelei.Fan <at> oracle.com>
2011-02-01 04:38:22 GMT
2011-02-01 04:38:22 GMT
The recent JDK 7 snapshot releases support TLS 1.2 (see http://download.java.net/jdk7/). You're able to get and run the very simple sample code for simple HTTPS connections from http://download.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#HTTPSSample. If you run Java with "-Djavax.net.debug=all -Dhttps.protocols=TLSv1.2" options, you would be able to find the detailed debugging log for TLS/SSL handshaking. About the detained tech guides, please refer to http://download.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html. Xuelei Fan Java Platform, Oracle On 2/1/2011 12:35 AM, Paul Hoffman wrote: > Greetings again. I would like to test how servers react to a TLS > client that only does TLS 1.2. There are two browsers that can be put > into this state (IE under Win 7, and Opera), but neither give very > good diagnostics when a failure occurs. Further, Wireshark doesn't > give good dumps for TLS 1.2. > > Thus, if anyone here has a TLS 1.2 client that has reasonable > debugging of the TLS handshake and can do trivial HTTP (just send a > "GET /" and receive the response would be fine) after setting up a > tunnel, I'd greatly appreciate it. Also, if anyone has a Wireshark > plugin (?) that brings its TLS decoding up to 1.2, that would be great > as well. > > --Paul Hoffman, Director(Continue reading)
RSS Feed