From 2d867ce2e2f0cb8251e16f620a33312054270e8f Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 26 Aug 2013 16:52:14 +0200 Subject: When timing out while reading from a TLS server, shutdown the socket properly. Also signal the "client writer" (clientwr()). Together, this should result in TLS connections being cleaned up properly. Patch by Fabian Mauchle. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d43d5b8..323ef30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ Mauchle. - Stop freeing a shared piece of memory manifesting itself as a crash when using dynamic discovery. Patch by Fabian Mauchle. + - Closing and freeing TLS clients properly. Patch by Fabian + Mauchle. 2012-10-25 1.6.2 Bug fixes (security): -- cgit v1.1