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

[ruby 2.4] OpenSSL 1.1 updates #112

Open
headius opened this issue Nov 14, 2016 · 3 comments
Open

[ruby 2.4] OpenSSL 1.1 updates #112

headius opened this issue Nov 14, 2016 · 3 comments

Comments

@headius
Copy link
Member

headius commented Nov 14, 2016

A number of method were added to accommodate changes in OpenSSL that made some structures like PKey opaque. See https://bugs.ruby-lang.org/issues/12324.

These methods are required to run some MRI tests, specifically test_https.rb now needs the PKey#set_key method to even boot.

UPDATE

... pieces missing for full Ruby 2.4/OpenSSL 1.1 compatibility :


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39222229-ruby-2-4-openssl-1-1-updates?utm_campaign=plugin&utm_content=tracker%2F136995&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136995&utm_medium=issues&utm_source=github).
@headius
Copy link
Member Author

headius commented Nov 14, 2016

Ref jruby/jruby#4293

@kares
Copy link
Member

kares commented Dec 2, 2016

have included a compatibility layer in 0.9.19 ... its not complete but most stuff is in - tests should now boot.

@wallyqs
Copy link

wallyqs commented Jul 30, 2018

did SSLContext#verify_hostname make it to a version of JRuby?

wallyqs added a commit to wallyqs/pure-ruby-nats that referenced this issue Jul 31, 2018
Related issue: jruby/jruby-openssl#112

Signed-off-by: Waldemar Quevedo <wally@synadia.com>
wallyqs added a commit to wallyqs/pure-ruby-nats that referenced this issue Jul 31, 2018
Related issue: jruby/jruby-openssl#112

Signed-off-by: Waldemar Quevedo <wally@synadia.com>
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

No branches or pull requests

3 participants