diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-15 02:38:05 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-18 18:06:25 +0200 |
commit | d73d7527142850442b16883628de5e87f99a57ea (patch) | |
tree | 8aa1e41d05ff646028c68953feb6b63411de2a56 /NEWS | |
parent | 3d9543918d33c588ac46326c45b5c332e8df9d01 (diff) | |
download | fetchmail-d73d7527142850442b16883628de5e87f99a57ea.tar.gz fetchmail-d73d7527142850442b16883628de5e87f99a57ea.tar.bz2 fetchmail-d73d7527142850442b16883628de5e87f99a57ea.zip |
Improve SSL error messages for common issues
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -54,14 +54,22 @@ removed from a 6.4.0 or newer release.) fetchmail-6.3.17 (not yet released): -# BUG FIX -* Plug memory leak when using a "defaults" entry in the run control file. - # REGRESSION FIX * Fix string handling in rcfile scanner, which caused fetchmail to misparse a run control file in certain circumstances. Fixes BerliOS bug #14257. Patch by Michael Banack. This fixes a regression introduced before 6.3.0. +# BUG FIXES +* Plug memory leak when using a "defaults" entry in the run control file. +* Do not print SSL certificate mismatches unless verbose or --sslcertck is + enabled. + +# CHANGES +* Usability: SSL certificate chains are fully printed in -v -v mode, and there + are now helpful pointers to --sslcertpath and c_rehash for "unable to get + local issuer certificate" and self-signed certificates -- these usually hint + to missing root signing CAs in the certs directory. + # DOCUMENTATION * Fix table of global option to read "set softbounce" where there used to be a 2nd copy of "set spambounce". Patch by Michael Banack, BerliOS Bug #17067. |