aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2008-07-03 14:46:39 +0000
committerMatthias Andree <matthias.andree@gmx.de>2008-07-03 14:46:39 +0000
commit447370b6c73546db867c249a74a9f4863fddf735 (patch)
tree260566c7490ba2f91af69f12be7a1eeba1c13a18 /NEWS
parentc8063ce622e7622fb58561dfc48028b39cba4906 (diff)
downloadfetchmail-447370b6c73546db867c249a74a9f4863fddf735.tar.gz
fetchmail-447370b6c73546db867c249a74a9f4863fddf735.tar.bz2
fetchmail-447370b6c73546db867c249a74a9f4863fddf735.zip
SSL fix: check and report if SSL_set_fd fails.
SSL change: enable all workarounds with SSL_CTX_set_options(ctx,SSL_OP_ALL) svn path=/branches/BRANCH_6-3/; revision=5214
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1dc45357..b7f6fdb2 100644
--- a/NEWS
+++ b/NEWS
@@ -87,6 +87,7 @@ fetchmail 6.3.9 (not yet released):
Fixes BerliOS Bug #13207 (reported + fix suggested by Terry Brown).
* Only print "Deleting fetchids file" if there actually is one.
Fixes Debian Bug#374514, reported by Dan Jacobson.
+* SSL fix: check and report if SSL_set_fd fails.
# CHANGES:
* autoconf 2.60 is now required to build fetchmail; it uses
@@ -118,6 +119,7 @@ fetchmail 6.3.9 (not yet released):
misconfigured upstream SSL servers that use the wrong certificate name. It
specifies which CommonName fetchmail expects and logs. (Daniel Richard G.)
* Changed CRLF to LF line endings in contrib/delete-later (reporter: Petr Uzel)
+* SSL change: enable all workarounds with SSL_CTX_set_options(ctx,SSL_OP_ALL)
# DOCUMENTATION:
* Add fetchmail-SA-2007-02.txt and fetchmail-SA-2008-01.txt.