• Show log

    Commit

  • Hash : 65ac67fb
    Author : Michael Schubert
    Date : 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.