Hi,

I like to verify a S/MIME message with CMS_verify() (openssl-1.0.0a). If
the CMS structure does not contain a certificate and if I also cannot
provide the certificate, the verification fails. "error:2E09D08A:CMS
routines:CMS_verify:signer certificate not found"

I know that I need the certificate to verify the signature, but what can
I do in this case, to get my hands on the content? Even if I use
CMS_NO_CONTENT_VERIFY I get the same error and the output is empty. Is
there an other way to extract the data out of the CMS structure?

Trying "openssl cms  -verify -noverify -nosigs" on the command line also
produces no output beside the error message.


Regards,
Thorsten


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to