diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-04-23 10:08:21 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-04-23 12:16:22 +0200 |
commit | 8c2a94e94e0f76e2bb845f473be2e159ffd1be93 (patch) | |
tree | ef4cd5c87ff3be4cb59cca37f4598c167dcac74e /README.SSL | |
parent | 497f80ea2fbf0b2db24e35d2386a322f13a2a711 (diff) | |
download | fetchmail-8c2a94e94e0f76e2bb845f473be2e159ffd1be93.tar.gz fetchmail-8c2a94e94e0f76e2bb845f473be2e159ffd1be93.tar.bz2 fetchmail-8c2a94e94e0f76e2bb845f473be2e159ffd1be93.zip |
Tighten SSL library version requirements, more warnings.
This is to emit warnings if the SSL library is older than the latest versions available
at packaging time, except for LibreSSL which is unsupported anyways.
Diffstat (limited to 'README.SSL')
-rw-r--r-- | README.SSL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ below and in the manual). fetchmail 6.4.0 will auto-negotiate TLSv1 or newer only. -Fetchmail 6.4.25 supports OpenSSL 3.0 and 1.1.1 and WolfSSL 5.1.1 or newer. -Note that WolfSSL 5.1 is a bit less flexible about its trust store, +Fetchmail 6.4.25 supports OpenSSL 3.0.2 and 1.1.1n and WolfSSL 5.2.0 or newer. +Note that WolfSSL 5.2 is a bit less flexible about its trust store, see INSTALL chapter 2.1 for details. Note that many messages printed by fetchmail will print "OpenSSL" @@ -35,7 +35,7 @@ wolfSSL's OpenSSL compatibility layer and not the native wolfSSL API. Quickstart ---------- -Use an up-to-date release of OpenSSL v1.1.1 or v3.0.0 or wolfSSL 5.1.1 or +Use an up-to-date release of OpenSSL v1.1.1 or v3.0.0 or wolfSSL 5.2.0 or newer, so as to get TLSv1.3 support. Older OpenSSL versions are unsupported upstream, and fetchmail rejects versions before v1.0.2f and warns about versions before v1.1.1. |