diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-04-06 09:47:28 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-04-06 09:47:28 +0000 |
commit | 45b7b420fa0405c21a6d2c31bfc64778bdbdf292 (patch) | |
tree | c8e22c63f5882fec2c201bf5cebffc44ada09663 /NEWS | |
parent | b4d7ece582604895694ea538e8aa52acb41315fe (diff) | |
download | fetchmail-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-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |