jruby-openssl icon indicating copy to clipboard operation
jruby-openssl copied to clipboard

[ruby 2.4] OpenSSL 1.1 updates

Open headius opened this issue 9 years ago • 3 comments

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 avatar Nov 14 '16 22:11 headius

Ref jruby/jruby#4293

headius avatar Nov 14 '16 23:11 headius

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

kares avatar Dec 02 '16 15:12 kares

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

wallyqs avatar Jul 30 '18 05:07 wallyqs