diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 16:48:10 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-21 00:33:34 +0100 |
commit | cc5c80eb4d6f98b94f20e5abd4cd50c5bf0e5a44 (patch) | |
tree | 337fa4b5691643fea540e5026a4c64dc8a9a3509 /fetchmail.man | |
parent | 9dadc0e51c91e98d4f23b3385fd2ef20fbdb3358 (diff) | |
download | fetchmail-cc5c80eb4d6f98b94f20e5abd4cd50c5bf0e5a44.tar.gz fetchmail-cc5c80eb4d6f98b94f20e5abd4cd50c5bf0e5a44.tar.bz2 fetchmail-cc5c80eb4d6f98b94f20e5abd4cd50c5bf0e5a44.zip |
wolfSSL: support 5.0.0+.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 6aa19b91..5e5ec015 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2944,6 +2944,13 @@ The latter locations take precedence over the system default locations. This is useful in case there are broken certificates in the system directories and the user has no administrator privileges to remedy the problem. +.IP \fBFETCHMAIL_WOLFSSL_DEBUG\fP +(since v6.4.25): +If fetchmail is compiled and linked with wolfSSL, if wolfSSL was built with +\-\-enable\-debug, and if this environment variable is set and not empty, +then enable wolfSSL's debug mode. This will emit huge amounts of debug output +to stderr. + .IP \fBHOME\fP (documented since 6.4.1): This variable is normally set to the user's home directory. If it is set |