jruby / jruby-ossl

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

[JRUBY-6962] Implemented OpenSSL::PKCS7#type= and OpenSSL::PKCS7#add_data #27

Open martinott opened 12 years ago

martinott commented 12 years ago

Methods are required to create a PKCS#7 degenerate structure which contains only certificates. This is basically the same that openssl crl2pkcs7 does.

See also issue JRUBY-6962.