diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-12 22:13:49 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-12 22:13:49 +0000 |
commit | b9e65e97d6cd65018b8eddca357b972ae4ed3e63 (patch) | |
tree | 3077a56aa0c440176c5f4a73ddc5af0adb08e02a /TODO.txt | |
parent | 3b4f5154753b18d70188dd373e8ca7818826ceee (diff) | |
download | fetchmail-b9e65e97d6cd65018b8eddca357b972ae4ed3e63.tar.gz fetchmail-b9e65e97d6cd65018b8eddca357b972ae4ed3e63.tar.bz2 fetchmail-b9e65e97d6cd65018b8eddca357b972ae4ed3e63.zip |
Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configured and STARTTLS fails. Only by omitting all of these options, fetchmail will try opportunistic TLS.
svn path=/branches/BRANCH_6-3/; revision=4930
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,4 @@ 6.3.6: -- fix TLS issue for good - investigate 6.3.5 regression on spam message (berlios bug #9364) - bug #9412 @@ -15,6 +14,7 @@ CODE: - send warning message when connection fails? - when logging to syslog, disable locale? - check FAQ O5 - do we really prefer From: over envelope?!? +- add code to allow safe authentication schemes if TLS fails DOCUMENTATION: - document Received: parsing expectations |