Skip to content

ssl: remove SSL::SSLContext#tmp_ecdh_callback#394

Merged
rhenium merged 1 commit intoruby:masterfrom
rhenium:ky/ssl-remove-tmp-ecdh-callback
Aug 21, 2020
Merged

ssl: remove SSL::SSLContext#tmp_ecdh_callback#394
rhenium merged 1 commit intoruby:masterfrom
rhenium:ky/ssl-remove-tmp-ecdh-callback

Conversation

@rhenium
Copy link
Member

@rhenium rhenium commented Aug 13, 2020

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().

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 rhenium merged commit e063431 into ruby:master Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant