diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2015-04-08 01:50:47 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2015-04-08 01:53:12 +0200 |
commit | c3c106aceaf735c80d71b8bfc1c9927d39ed587e (patch) | |
tree | 26bfed39f09915d4eb18819ff757039d68aeb0dc /NEWS | |
parent | c908f303231b2639f56ef75eecfb4260ac8b1dae (diff) | |
download | fetchmail-c3c106aceaf735c80d71b8bfc1c9927d39ed587e.tar.gz fetchmail-c3c106aceaf735c80d71b8bfc1c9927d39ed587e.tar.bz2 fetchmail-c3c106aceaf735c80d71b8bfc1c9927d39ed587e.zip |
Detect/report server hang-up in SSL_connect().
This condition does not leave traces in the SSL error queue,
and must be checked explicitly. Result from debugging Jerry Seibert's
issue with outlook.com/pop3.live.com.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -81,10 +81,13 @@ fetchmail-6.4.0 (not yet released): tls1.2+ (case insensitively). ## CHANGES +* fetchmail 6.3.X is unsupported. * Fetchmail now supports --sslproto auto and --sslproto tls1+ (same as ssl23). * --sslproto tls1.1+ and tls1.2+ are now supported for auto-negotiation with a minimum specified TLS protocol version. -* fetchmail 6.3.X is unsupported. +* Fetchmail now detects if the server hangs up prematurely during SSL_connect() + and reports this condition as such, and not just as SSL connection failure. + (OpenSSL 1.0.2 reported incompatible with pop3.live.com by Jerry Seibert). ## FIXES * Fix a typo in the FAQ. Submitted by David Lawyer, Debian Bug#706776. |