jruby / jruby-openssl

JRuby's OpenSSL gem
http://www.jruby.org
Other
45 stars 79 forks source link

OpenSSL::PKCS7::SignerInfo#signed_time unimplemented #269

Closed djberg96 closed 2 months ago

djberg96 commented 1 year ago

Was hoping to get hexapdf working with JRuby but the OpenSSL::PKCS7::SignerInfo#signed_time method is currently unimplemented.

Any chance this could be implemented?

I don't know much about the method itself, but the C code calls PKCS7_get_signed_attribute(p7si, NID_pkcs9_signingTime) under the hood.