diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-01-30 13:08:11 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-01-30 13:08:11 +0100 |
commit | c95064efead30edfcb3ec447a7a9a0fcce27dd9c (patch) | |
tree | d850e81a33c8f6dcc3498c7d10cca4ccc4e38fc5 | |
parent | 048c538655b8465a63d28d209e14e30454cea01a (diff) | |
download | fetchmail-c95064efead30edfcb3ec447a7a9a0fcce27dd9c.tar.gz fetchmail-c95064efead30edfcb3ec447a7a9a0fcce27dd9c.tar.bz2 fetchmail-c95064efead30edfcb3ec447a7a9a0fcce27dd9c.zip |
Document minimum OpenSSL 1.0.1 requirement.
-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 |