We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was hoping to get hexapdf working with JRuby but the OpenSSL::PKCS7::SignerInfo#signed_time method is currently unimplemented.
OpenSSL::PKCS7::SignerInfo#signed_time
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.
PKCS7_get_signed_attribute(p7si, NID_pkcs9_signingTime)
The text was updated successfully, but these errors were encountered:
[feat] implement OpenSSL::PKCS7::SignerInfo#signed_time (#269)
04de740
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: