-
Notifications
You must be signed in to change notification settings - Fork 81
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
Comments
Ref jruby/jruby#4293 |
have included a compatibility layer in 0.9.19 ... its not complete but most stuff is in - tests should now boot. |
did |
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
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 thePKey#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).The text was updated successfully, but these errors were encountered: