]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Support ssl3+ tls1.1, tls1.2 in --sslproto. Report TLS1.1/1.2 if unsupported by OpenSSL.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 8911d990d71af78b525e90c69830cae881626c08..905c256617f37ca78c67485b7db2ba61991fa05f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.