On Sun, Jan 19, 2003, marcus.carey wrote:
> There was no data in BIO out.
>
> I needed to call BIO_reset() after calling PKCS7_sign().
>
>From which I deduce you are also using PKCS7_DETACHED. Yes at present you have
to call BIO_reset() to rewind the BIO to the start. This is because detached
d
There was no data in BIO out.
I needed to call BIO_reset() after calling PKCS7_sign().
Thanks
- Original Message -
From: "Dr. Stephen Henson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 19, 2003 5:10 AM
Subject: Re: Problem passing BI