OWASP / O-Saft

O-Saft - OWASP SSL advanced forensic tool
GNU General Public License v2.0
373 stars 86 forks source link

[Dockerfile]SSLeay not building with old protocol support #102

Closed jerbasco1 closed 6 years ago

jerbasco1 commented 7 years ago

Can the dockerfile be updated to build SSLeay with SSLv2 and SSLv3 support as mentioned in: O-Saft docs Example:_Compile_Net::SSLeay

error in o-saft.tcl

**WARNING: 143: SSL version 'SSLv2': not supported by Net::SSLeay; not checked
**WARNING: 143: SSL version 'SSLv3': not supported by Net::SSLeay; not checked
**WARNING: 143: SSL version 'TLSv13': not supported by Net::SSLeay; not checked
EnDe commented 6 years ago

Fixed with Dockerfile.

Note that this should support SSLv2 and SSLv3 but not TLSv1.3 )because that is still not implemented in openssl).

jerbasco1 commented 6 years ago

Wow, that was fast. Great work!