I should have mentioned ERR_get_error() in my question, that's what's
most heavily on my mind. The question is if you have to call clear the
error stack with ERR_get_error() after every failed SSL call, even
failures that are often "not really failures." For example, my code
considered SSL_read() returning
SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE to be a sort of "success",
and so I accidentally forgot to clear the error stack. I wish the man
pages had reminded me to.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to