diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | README.SSL | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -88,6 +88,7 @@ fetchmail-6.4.0 (not yet released): ## CHANGES * fetchmail 6.3.X is unsupported. +* fetchmail now requires OpenSSL v1.0.1 or newer. * 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, and --sslproto tls1.1 and --sslproto @@ -29,7 +29,8 @@ Quickstart ---------- Use an up-to-date release of OpenSSL 1.0.1 or newer, so as to get -TLSv1.2 support. +TLSv1.2 support. Older OpenSSL versions are unsupported upstream, and +fetchmail rejects them. For use of SSL or TLS with in-band negotiation on the regular service's port, i. e. with STLS or STARTTLS, use these command line options |