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?

Verifying a signed message...pkcs7 question.

2005-09-13 Thread Chevalier, Victor T.
When I use the function: PKCS7_verify(pkcs7, chain, store, pkcs7BIO, outBIO); 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? Thanks, Victor __ OpenSSL Project

pkcs7 question

2001-07-10 Thread Joó András
Hello. I'm a bitt disappointed, because nobody answered on my last few letters. But I'll try it again. Maybe this time I'll have a better luck. So, I'm trying to use the PKCS7_sign function, and I'm wondering what could be those flags (the last parameter). Can anyone help me out ? Thanks.