hkalmbach / sslscan-win

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

Fail to load PKCS12 file exported from Windows #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export trusted CA's from Windows (.pfx) with the password 'a'
2. Run SSLScan with the following options: --no-failed --pkpass=a --
pk=..\ie_trusted_ca.pfx some.site.com:443
3. SSLScan crashes at pk12 = d2i_PKCS12_fp(pk12File, NULL);
   (line 446, r4)

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