rohithadassanayake / sslyze

Automatically exported from code.google.com/p/sslyze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for OpenSSL 1.0.1 with TLS v1.1 and v1.2

GoogleCodeExporter opened this issue · comments

OpenSSL 1.0.1 is almost out and brings support for TLS 1.1 and 1.2.
Add support for that in the cipher suite scanning module.

Create Windows packages with OpenSSL 1.0.1 included. 
This will likely be released as SSLyze 0.4.

Original issue reported on code.google.com by nabla.c...@gmail.com on 12 Dec 2011 at 8:07

This issue was updated by revision r151.

Adding experimental support for OpenSSL 1.0.1 beta 2, which provides support 
for TLS 1.1 and TLS 1.2. See --tlsv1_1 and --tlsv1_2.

Original comment by nabla.c...@gmail.com on 5 Feb 2012 at 7:23

Tested with the release version of OpenSSL 1.0.1.

Original comment by nabla.c...@gmail.com on 18 Mar 2012 at 8:08

  • Changed state: Fixed