aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-11-21 00:13:12 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-11-21 00:43:42 +0100
commit4ccbbe06175d6dd15d4409d39dd83ed7b73671c9 (patch)
tree5d86c36e2486d36d99673bd93539c27683811371 /INSTALL
parent3a9ab6af45b2520f5f88fdd37c53870a6231d04f (diff)
downloadfetchmail-4ccbbe06175d6dd15d4409d39dd83ed7b73671c9.tar.gz
fetchmail-4ccbbe06175d6dd15d4409d39dd83ed7b73671c9.tar.bz2
fetchmail-4ccbbe06175d6dd15d4409d39dd83ed7b73671c9.zip
Update SSL configure instructions and license info.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 11 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 32f27233..298d1694 100644
--- a/INSTALL
+++ b/INSTALL
@@ -95,14 +95,23 @@ When using OpenSSL:
./configure
-When using wolfSSL (adjust the location, see below):
+ It is possible to either specify the install path, or pkg-config
+ module name, with --with-ssl, examples:
+
+ ./configure --with-ssl=/opt/openssl3
+
+ ./configure --with-ssl=eopenssl30
+
+When using wolfSSL (adjust the trust file location, see below):
./configure --with-wolfssl \
WOLFSSL_TRUST_FILE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
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. Some typical locations as of 2021 are:
+BEGIN CERTIFICATE lines. wolfSSL 5.0.0 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
on Debian/Ubuntu: /etc/ssl/certs/ca-certificates.crt
on FreeBSD: /usr/local/share/certs/ca-root-nss.crt