CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/01/26 05:56:37
Modified files: lib/libtls : tls.c tls_client.c tls_internal.h tls_server.c Log message: Use a flag to track when we need to call SSL_shutdown(). This avoids an issue where by calling tls_close() on a TLS context that has not attempted a handshake, results in an unexpected failure. Reported by Vinay Sajip. ok beck@