[TLS] SSL_shutdown() only if handshake finished
commit156bea38597ced5de7521ada2e85fb67aead21db
authorGlenn Strauss <gstrauss@gluelogic.com>
Wed, 3 Aug 2016 02:32:28 +0000 (2 22:32 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Wed, 3 Aug 2016 02:32:28 +0000 (2 22:32 -0400)
tree42fc6e8d658d65a064553966f9d0136e288b05a0
parentccd817d3c9167fe58f6426eb762d73d48da7b0c4
[TLS] SSL_shutdown() only if handshake finished

avoid noise in logs due to calling SSL_shutdown() on a connection
that has not yet completed TLS handshake
src/connections.c