You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data inside signed data PKCS#7 for PKI Operation is nil.
When I create a PKCS#7 message as OpenSSL::PKCS7.new(pki_message.to_der) , and then I access OpenSSL::PKCS7.new(pki_message.to_der).data it comes out to be nil , rather there should be enveloped encrypted data inside it.
The text was updated successfully, but these errors were encountered:
Data inside signed data PKCS#7 for PKI Operation is nil.
When I create a PKCS#7 message as OpenSSL::PKCS7.new(pki_message.to_der) , and then I access OpenSSL::PKCS7.new(pki_message.to_der).data it comes out to be nil , rather there should be enveloped encrypted data inside it.
The text was updated successfully, but these errors were encountered: