RE: Verifying a signed message...pkcs7 question.

2005-09-19 Thread Chevalier, Victor T.
The PKCS7_BINARY flags don't work on verify...only sign and encrypt. I wrote a function to do the conversion...but it takes more time to read a file twice... :( Any other ideas? Thanks for your help! Victor > When I use the function: > > PKCS7_verify(pkcs7, chain, store, pkcs7BIO, outBIO); It

Re: Verifying a signed message...pkcs7 question.

2005-09-13 Thread Marco Roeland
On Tuesday September 13th 2005 Victor T. Chevalier wrote: > When I use the function: > > PKCS7_verify(pkcs7, chain, store, pkcs7BIO, outBIO); It has an extra 'flags' argument. > I get ^M in my output file (using unix). Is there a reason for this? > If so is there perhaps a flag to disable it?