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
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?
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
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.