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

ssl: remove SSL::SSLContext#tmp_ecdh_callback #394

Merged
merged 1 commit into from
Aug 21, 2020

Commits on Aug 13, 2020

  1. ssl: remove SSL::SSLContext#tmp_ecdh_callback

    The underlying API SSL_CTX_set_tmp_ecdh_callback() was removed by
    LibreSSL >= 2.6.1 and OpenSSL >= 1.1.0, in other words, it is not
    supported by any non-EOL versions of OpenSSL.
    
    The wrapper was initially implemented in Ruby 2.3 and has been
    deprecated since Ruby/OpenSSL 2.0 (bundled with Ruby 2.4) with explicit
    warning with rb_warn().
    rhenium committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ee037e1 View commit details
    Browse the repository at this point in the history