-
Notifications
You must be signed in to change notification settings - Fork 19
Various fixes #9
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
base: master
Are you sure you want to change the base?
Conversation
OctetString can be split into a Sequence of OctetStrings. Merge them back before passing to setEncData().
Thanks! It would be nice if you provide tests for each fix. Can you create that? |
Can we get this merged in? It fixes things for me as well. |
@matthauck Nice, would you please give me a PKCS7 file that you use for confirmation? I can write tests and merge if I have a concrete example. |
For pull request jruby#9
For pull request jruby#9
any hope this might get pulled in? |
We also depend on these changes. How can we help to get these fixes pulled in? |
It'd be really nice to get these for jruby 1.7.1, now that we do not have the option of keeping these fixes of ours in a jruby-ossl fork -- it now requires a whole jruby fork which will be more difficult to maintain. |
Sweet! |
…re not imported correctly The case to handle content which has been encapsulated in a sequence has been in place already but wasn't implemented. The fix is inspired by Pull Request: jruby/jruby-ossl#9. The test case includes PKCS7 samples to showcase the issue. Credit goes to Jason Franklin [https://github.com/jamuc] for helping with the samples and the fix in general. Conflicts: test/externals/ruby1.9/openssl/test_pkcs7.rb
Includes bug-fixes and implementation of an unimplemented method.