From 01cc4dd696564ba869d558081d31e2a0d91fac3d Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 15 Jan 2019 14:23:01 +0000 Subject: [PATCH] Update changelog for previous PR. Thanks to Matthias Stone. --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 48a7614b..9f7a860b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,6 +6,8 @@ Broker: Library: - Fix TLS connections not working over SOCKS. +- Don't clear SSL context when TLS connection is closed, meaning if a user + provided an external SSL_CTX they have less chance of leaking references. Build: - Fix comparison of boolean values in CMake build. Closes #1101.