Re: Problem passing BIO buffer to PKCS7_sign()

2003-01-19 Thread Dr. Stephen Henson
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

Re: Problem passing BIO buffer to PKCS7_sign()

2003-01-19 Thread marcus.carey
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