-
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
OpenSSL::X509::Certificate regression in 1.7.20 #42
Comments
this regression is due an attempt to fix a 0.9.6 cert regression which was caused due incompatibility :) ... did assume we won't get "incorrectly" formatted cert PEM/DERs but seems I was wrong, here's a
NOTE Signature Algorithm: itu-t ... which seems to be a "unknown" (null) value used :( ... fix should be on the way, thank you for the report! |
@kares Thank you for addressing this! |
Dear maintainers,
There seems to be a regression in jruby-1.7.20 with regards to X509 certificates. I am getting a
java.lang.NullPointerException
.Here is what I am running:
When I run in jruby-1.7.19:
In jruby-1.7.20:
For reference, in MRI:
By the way, I noticed this while working to get the
ruby-saml
gem to support jruby explicitly. I have a PR open against the project for jruby-1.7.19, but that same branch fails because of this issue in jruby-1.7.20.SAML-Toolkits/ruby-saml#234
Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: