• Show log

    Commit

  • Hash : 03994912
    Author : Etienne Samson
    Date : 2018-08-29T01:57:24

    openssl: only say we're connected if the connection succeeded ssl_close uses this boolean to know if SSL_shutdown should be called. It turns out OpenSSL auto-shutdowns on failure, so if the call to SSL_connect fails, it will complain about "shutdown while in init", trampling the original error.