Re: PKCS#7 creation/signing question

2002-08-27 Thread Michael Shmulevich
Stephen, Thank you for a reply. > openssl verify -CAfile rootca.pem -untrusted othercas.pem signer.pem This is what I did: $ openssl verify -CAfile root_ca.cert -untrusted ca.cert sign.cert sign.cert: OK As you see, signer certificate is OK, however, ca.cert is not being verified at all. A

Re: PKCS#7 creation/signing question

2002-08-26 Thread Dr. Stephen Henson
On Mon, Aug 26, 2002, Michael Shmulevich wrote: > Hello, > > I am sorry for troubling you with a (quite standard) question, but I cannot > figure out my problem alone, and man page doesn't relly help me to solve a > problem. > > I try to transfer an application in a secure way with PKCS#7 attac