Actions
Bug #11376
closedStop using SSLv3 methods
Bug #11376:
Stop using SSLv3 methods
Description
If openssl is compiled using the OPENSSL_NO_SSL3_METHOD you can't compile ruby anymore since it will still try to use the SSLv3_*_method()s.
Please stop using those method at least when they're not available.
It would also be nice that you actually stopped version specific methods like TLSv1_1_method() and that you only use the SSLv23method()s or TLS*_methods (only available in development branch). If you want to restrict the version that can be instead please use things like SSL_OP_NO_SSLv3.
Files
Actions