aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-09-25 22:10:33 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-09-25 22:10:33 +0000
commit79d1d7fb0ca3206914d7e160937eb2285facf6be (patch)
treec9e2b64b9386c7f58ad36cc65d55e61c1b651ad3 /NEWS
parentbac9ed9f7ce8b19a01cb71481e01d0fa06f51ea3 (diff)
downloadfetchmail-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e047400..3c18f677 100644
--- a/NEWS
+++ b/NEWS
@@ -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