rohithadassanayake / sslyze

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined symbol: SSLv2_method

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Run sslyze with --regular
2. Get errors like:

Unhandled exception when processing --resum: 
<type 'exceptions.AttributeError'>: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: 
undefined symbol: SSLv2_method

What is the expected output? What do you see instead?

No errors. Results.

What version of the product are you using? On what operating system?

0.3. OpenSSL 1.0.0e-2.1 from Debian unstable. Most distributions are now 
shipping OpenSSL with SSLv2 disabled.

Original issue reported on code.google.com by vince.be...@gmail.com on 18 Nov 2011 at 6:28

Thanks for the feedback.
SSLyze is supposed to detect when SSL2 is disabled, but it looks like that 
check is missing for --resum.

Original comment by nabla.c...@gmail.com on 18 Nov 2011 at 6:14

  • Changed state: Accepted
We did test SSLyze on Ubuntu 11.04 with SSLv2 disabled, but it turns out Debian 
used a completely different hack in order to disable SSL2 within OpenSSL.
Just committed a fix:
http://code.google.com/p/sslyze/source/detail?r=144

Original comment by nabla.c...@gmail.com on 21 Nov 2011 at 1:55

  • Changed state: Fixed