On Tue, Apr 26, 2005, John Moore wrote: > Thanks. I guess that's not a problem then. The 'ASN1_d2i_bio:not enough > data' error persists. >
If you are parsing the result from a memory BIO then you have to tell it to signal EOF when the BIO empties. You do that with: BIO_set_mem_eof_return(bio, 0). Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]