Skip to content

Add support for building with shared OpenSSL lacking SSLv3.

Rodrigo Muino Tomonari requested to merge github/fork/bk2204/no-sslv3 into v0.12

Some distributions are disabling SSLv3 due to the POODLE attack. For example, the OpenSSL in Debian experimental has removed support for SSLv3_method and friends. If OpenSSL has SSLv3 disabled, throw an exception, just like when SSLv2 is disabled.

Merge request reports

Loading