OpenSSL 3.0.0 enabling SSLv3 support

Kory Hamzeh kory at avatarci.com
Tue Oct 5 22:49:48 UTC 2021


Hi,

It looks like SSLv3 is not built by default in OpenSSL 3.0.0. At least SSLv3_method() is not define, and looking at the conditional compilation of that function, it makes sense.

What command line option do I pass the Configure script to enable it? I tried enable-sslv3 and  enable-SSLv3. It complained about both. I need to compile some old code (Python 2.7) which we will abandon soon.

Thanks,
Kory



More information about the openssl-users mailing list