diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-09-25 22:10:33 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-09-25 22:10:33 +0000 |
commit | 79d1d7fb0ca3206914d7e160937eb2285facf6be (patch) | |
tree | c9e2b64b9386c7f58ad36cc65d55e61c1b651ad3 /NEWS | |
parent | bac9ed9f7ce8b19a01cb71481e01d0fa06f51ea3 (diff) | |
download | fetchmail-79d1d7fb0ca3206914d7e160937eb2285facf6be.tar.gz fetchmail-79d1d7fb0ca3206914d7e160937eb2285facf6be.tar.bz2 fetchmail-79d1d7fb0ca3206914d7e160937eb2285facf6be.zip |
SSL_CTX handling fix by Miloslav Trmac (Red Hat),
fixes growing SSL certpaths without bounds (Red Hat Bug #206346).
svn path=/branches/BRANCH_6-3/; revision=4912
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ fetchmail 6.3.5 (not yet released): makes the whole fetchmail behavior undefined after the event. * Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname. Reported by Alexander Holler. +* SSL fix by Miloslav Trmac (Red Hat): free the SSL contexts after the + connection, to avoid from growing SSL certpaths without bounds, avoid using + SSL contexts for unrelated connections, and to fix Red Hat Bug #206346. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes |