Commit 65ac67fbbdb1a980aefb46bfdde918f43515acaf

Michael Schubert 2012-08-28T21:58:10

netops: be more careful with SSL errors SSL_get_error() allows to receive a result code for various SSL operations. Depending on the return value (see man (3) SSL_get_error) there might be additional information in the OpenSSL error queue. Return the queued message if available, otherwise set an error message corresponding to the return code.