Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building with shared OpenSSL lacking SSLv3. #101

Closed
wants to merge 1 commit into from

Commits on Dec 7, 2014

  1. crypto: disable SSLv3 if shared OpenSSL lacks it

    Some distributions disable SSLv3 due to POODLE.  In such a case, disable
    the specific SSLv3 methods and throw an exception, much like the code
    already does for SSLv2.  The SSLv23* code is retained because this is
    OpenSSL's terminology for "no version in particular".
    bk2204 committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    10f63cd View commit details
    Browse the repository at this point in the history