aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-04-06 09:47:28 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-04-06 09:47:28 +0000
commit45b7b420fa0405c21a6d2c31bfc64778bdbdf292 (patch)
treec8e22c63f5882fec2c201bf5cebffc44ada09663 /NEWS
parentb4d7ece582604895694ea538e8aa52acb41315fe (diff)
downloadfetchmail-45b7b420fa0405c21a6d2c31bfc64778bdbdf292.tar.gz
fetchmail-45b7b420fa0405c21a6d2c31bfc64778bdbdf292.tar.bz2
fetchmail-45b7b420fa0405c21a6d2c31bfc64778bdbdf292.zip
* SSL/TLS: if, for a certain server, an sslfingerprint is specified and
sslcertck is NOT set, suppress printing SSL certificate mismatch errors. (Reported by Hannes Erven.) * SSL/TLS: always print if the sslfingerprint mismatches, even in silent mode. (This is for consistency with certificate verification errors.) svn path=/branches/BRANCH_6-3/; revision=4781
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e9e512e..b667555f 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,11 @@ fetchmail 6.3.4 (not yet released):
* a few more type fixes for report/snprintf, patch by Miloslav Trmac.
* bouncing: fetchmail would still send "General SMTP/ESMTP error." bounces
in spite of "no bouncemail" configuration.
+* SSL/TLS: if, for a certain server, an sslfingerprint is specified and
+ sslcertck is NOT set, suppress printing SSL certificate mismatch errors.
+ (Reported by Hannes Erven.)
+* SSL/TLS: always print if the sslfingerprint mismatches, even in silent
+ mode. (This is for consistency with certificate verification errors.)
# CHANGES:
* pidfile: there is a new command-line (--pidfile PATH) and global option for