Re: Cannot retrieve embedded signer certificate from CMS message

2014-10-20 Thread Dr. Stephen Henson
On Mon, Oct 20, 2014, Rares Dumitrache wrote: > Hello, > > I have a signing certificate with which I sign a message with > openssl command line. I do NOT use -nocerts option, so the signing > certificate should be embedded in the CMS message. I verify that it > exists by retrieving it with comman

Cannot retrieve embedded signer certificate from CMS message

2014-10-20 Thread Rares Dumitrache
Hello, I have a signing certificate with which I sign a message with openssl command line. I do NOT use -nocerts option, so the signing certificate should be embedded in the CMS message. I verify that it exists by retrieving it with command: openssl cms -verify -in infile.ini -certsout cert_to