Re: PKCS7_TEXT with PKCS7_NOVERIFY | PKCS7_NOSIGS

2006-01-31 Thread Dr. Stephen Henson
On Tue, Jan 31, 2006, Chevalier, Victor T. wrote: > The headers are text...and it works when there is a certificate present > and I do a normal verify, but when I just want to spit it out, no > go...any ideas? > Well the error messages suggests it is type multipart/mixed. Does the "smime" utili

RE: PKCS7_TEXT with PKCS7_NOVERIFY | PKCS7_NOSIGS

2006-01-31 Thread Chevalier, Victor T.
, 2006 2:02 PM To: openssl-users@openssl.org Subject: Re: PKCS7_TEXT with PKCS7_NOVERIFY | PKCS7_NOSIGS On Tue, Jan 31, 2006, Chevalier, Victor T. wrote: > Hello, > I am trying to obtain a MIME version of an S/MIME message...I can sign > and verify e-mail messages with the libraries

Re: PKCS7_TEXT with PKCS7_NOVERIFY | PKCS7_NOSIGS

2006-01-31 Thread Dr. Stephen Henson
On Tue, Jan 31, 2006, Chevalier, Victor T. wrote: > Hello, > I am trying to obtain a MIME version of an S/MIME message...I can sign > and verify e-mail messages with the libraries provided. However when I > don't want to verify and I just want to receive the text with MIME > headers, it fails. I