jruby / jruby-ossl

DEFUNCT, new repository at:
https://github.com/jruby/jruby-openssl
47 stars 19 forks source link

[JRUBY-6963] PKCS7 structures that have their content encapsulated in a sequence are not imported correctly #28

Open martinott opened 12 years ago

martinott commented 12 years ago

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: https://github.com/jruby/jruby-ossl/pull/9. The test case includes PKCS7 samples to showcase the issue. Credit goes to Jason Franklin for helping with the samples and the fix in general.

See also issue JRUBY-6963.