deanswain / sslscan-win

Automatically exported from code.google.com/p/sslscan-win
GNU General Public License v3.0
0 stars 0 forks source link

SSLScan crashes when writing to XML-file #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run SSLScan with the following options: --xml=output.xml some.site.com:443
2. SSLScan crashes at line 1045 (r4)
   BIO_set_fp(fileBIO, options->xmlOutput, BIO_NOCLOSE);

Original issue reported on code.google.com by michael....@gmail.com on 2 Mar 2010 at 3:32

GoogleCodeExporter commented 8 years ago
Bug in OpenSSL, see 
http://www.mail-archive.com/openssl-dev@openssl.org/msg27312.html

Original comment by michael....@gmail.com on 16 Mar 2010 at 4:57

GoogleCodeExporter commented 8 years ago
Any ETA on this fix?

Original comment by billymho...@gmail.com on 5 May 2011 at 7:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Updating dll files from 
http://www.slproweb.com/download/Win32OpenSSL-0_9_8t.exe seems to do the trick. 
Not sure if it same with everyone else.

Original comment by pkla...@gmail.com on 31 Jan 2012 at 7:36

GoogleCodeExporter commented 8 years ago
That link is not working anymore... To I have to look for a 0.98 or newer 
version of the libeay32.dll?

Original comment by i...@ferdinandvroom.nl on 24 Apr 2013 at 12:06

GoogleCodeExporter commented 8 years ago
This link works: https://slproweb.com/products/Win32OpenSSL.html

Just pick the appropriate version.

Original comment by mvi...@gmail.com on 22 Jan 2014 at 7:34