Hi Arno, > Finally I got it running, with the expense of a stupid call to > ERR_clear_error before each BIO I/O operation, slows down performance > remarkable. Are there alternatives?
Check the return value from each SSL function. If any do not succeed the call ERR_get_error() in a loop until it returns 0. Regards, Mark ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]