summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-08-26 16:52:14 +0200
committerLinus Nordberg <linus@nordberg.se>2013-08-26 16:52:40 +0200
commit5c4b0c31393221c74367c8b2a33ef127bdb9e59c (patch)
tree874916d88686414d092a852d16122946f65743cd /ChangeLog
parent92a0c39afd4472d9ff33e3518fb548a7473fc7ce (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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):