Re: Testing server SSL/TLS protocol and cipher support

2014-10-21 Thread Christopher Schultz
Konstantin, On 10/21/14 2:18 PM, Konstantin Kolinko wrote: > 2014-10-21 21:55 GMT+04:00 Christopher Schultz : >> All, >> >> As part of my testing for the recent changes to Tomcat and tcnative, I >> wanted to use something like "sslscan", but that tool does not support >> anything above TLSv1. >> >

Re: Testing server SSL/TLS protocol and cipher support

2014-10-21 Thread Konstantin Kolinko
2014-10-21 21:55 GMT+04:00 Christopher Schultz : > All, > > As part of my testing for the recent changes to Tomcat and tcnative, I > wanted to use something like "sslscan", but that tool does not support > anything above TLSv1. > > One can use OpenSSL s_client but that's fairly tedious. Here is a

Testing server SSL/TLS protocol and cipher support

2014-10-21 Thread Christopher Schultz
All, As part of my testing for the recent changes to Tomcat and tcnative, I wanted to use something like "sslscan", but that tool does not support anything above TLSv1. One can use OpenSSL s_client but that's fairly tedious. I took the opportunity to write a Java client that mimics the important