On Wed, Jul 06, 2011, ammonite99 wrote: > > HI together, > I get an error during processing a signed CMS message. > > Verification failure > 2784:error:2E09D08A:CMS routines:CMS_verify:signer certificate not > found:.\crypt > o\cms\cms_smime.c:353: > > the command i used: > openssl cms -verify -in c:/signed.file -inform der -signer certs/cert.cer > -CAfile certs/chain.cer > this is file http://old.nabble.com/file/p32004906/signed.file signed.file > > I hope someone here can help me find the reason. >
That command will find the signing certificate and write it to a file. If instead you want to supply the signing certificate use te -certfile option instead. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
