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

crypto: use SSL_get_SSL_CTX. #8995

Closed
wants to merge 1 commit into from
Closed

crypto: use SSL_get_SSL_CTX. #8995

wants to merge 1 commit into from

Commits on Oct 9, 2016

  1. crypto: use SSL_get_SSL_CTX.

    SSL_get_SSL_CTX returns the SSL_CTX for an SSL. Previously the code
    accessed |ssl->ctx| directly, but that's no longer possible with OpenSSL
    1.1.0.
    
    SSL_get_SSL_CTX exists all the way back to (at least) OpenSSL 0.9.8 and
    so this change should be fully compatible.
    agl committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    a1a6605 View commit details
    Browse the repository at this point in the history