openssl_stream.c
9.86 KB
-
openssl: don't try to teardown an unconnected SSL context · 146a96de
SSL_shutdown() does not like it when we pass an unitialized ssl context to it. This means that when we fail to connect to a host, we hide the error message saying so with OpenSSL's indecipherable error message.
Carlos Martín Nieto committed