diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-01-26 20:31:41 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-01-26 20:31:41 +0100 |
commit | 694e1757ff20c84c128b6c3c8ca3184836943aaa (patch) | |
tree | 04e452f27f5f36622d5fe79b0c1b54f70faa0f10 /INSTALL | |
parent | 9b14afd33570d73d9d5240c3e90f1296ac05f033 (diff) | |
download | fetchmail-694e1757ff20c84c128b6c3c8ca3184836943aaa.tar.gz fetchmail-694e1757ff20c84c128b6c3c8ca3184836943aaa.tar.bz2 fetchmail-694e1757ff20c84c128b6c3c8ca3184836943aaa.zip |
Bump wolfSSL requirement to 5.1.1 and get ready for fetchmail 6.4.27.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -29,7 +29,7 @@ This affects, f.i., LibreSSL, unless it is part of the operating system (f. i., on OpenBSD). However, LibreSSL diverges from OpenSSL and is not supported by the fetchmail maintainer. -Since 6.4.25, there is experimental support for wolfSSL 5.0.0 or newer, +Since 6.4.27, there is experimental support for wolfSSL 5.1.1 or newer, which is under GNU GPL v2 or later license and hence may be easier for a consistent GPLv2+ licensing of fetchmail. This support requires a C99 or newer compiler. @@ -49,7 +49,7 @@ Try after unpacking OpenSSL: 1.1b wolfSSL If you are installing wolfSSL yourself, be sure to use a hardened build -with all OpenSSL APIs (as of 5.0.0): +with all OpenSSL APIs (as of 5.1.1): ./configure --enable-opensslall --enable-harden make && make test && make install @@ -112,7 +112,8 @@ When using wolfSSL (adjust the trust file location, see below): Here, you need to adjust the file path according to where your ca_cert_nss or ca-certificates package installs the default trust bundle in PEM format with -BEGIN CERTIFICATE lines. wolfSSL 5.0.0 cannot parse BEGIN TRUSTED CERTIFICATE bundles. +BEGIN CERTIFICATE lines. +wolfSSL 5.1 cannot parse BEGIN TRUSTED CERTIFICATE bundles. Some typical locations as of 2021 are: on Fedora Linux: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem |