diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-07-16 13:49:19 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-07-16 13:56:56 +0200 |
commit | a85e8cd6f5c429b32f1690813a0c05a92daa69a1 (patch) | |
tree | 6e17d769569e4015348e677dc4a58c2b5f9c2cec | |
parent | 14a2cd2881e86752fc517d031aa0e05be9abdaf1 (diff) | |
download | fetchmail-a85e8cd6f5c429b32f1690813a0c05a92daa69a1.tar.gz fetchmail-a85e8cd6f5c429b32f1690813a0c05a92daa69a1.tar.bz2 fetchmail-a85e8cd6f5c429b32f1690813a0c05a92daa69a1.zip |
README.SSL: update OpenSSL/wolfSSL versions
to only recommend versions now known to be vulnerable today.
-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.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, +Fetchmail 6.4.25 supports OpenSSL 3.0.5 and 1.1.1q and WolfSSL 5.4.0 or newer. +Note that WolfSSL 5 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.2.0 or +Use an up-to-date release of OpenSSL v1.1.1 or v3.0 or wolfSSL 5.4.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. |