>From the SSL_get_error() man page: ======================================================== The current thread's error queue must be empty before the TLS/SSL I/O operation is attempted, or SSL_get_error() will not work reliably. ========================================================
And don't I have to use the ERR_* functions to clear the error stack, as mandated? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org