Hello!
I try to check signature on PKCS7-structure(see attached file pkcs7.bin). The following sequence of commands is performed: openssl pkcs7 -in pkcs7.bin -inform DER -outform PEM -out pkcs7.PEM openssl smime -verify -in pkcs7.PEM -inform pem -noverify 1>pkcs7.data Verification failure 3980:error:2107C080:PKCS7 routines:PKCS7_get0_signers:signer certificate not found:.\crypto\pkcs7\pk7_smime.c:378: OpenSSL says that it cannot find signer certificate. But output of command openssl asn1parse -inform DER -in pkcs7.bin shows that certificate is present. What's wrong? Sincerelly, Alexei Soloview.
pkcs7.bin
Description: Binary data