diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 14:15:10 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 14:20:45 +0100 |
commit | a00157c59640cbc341e0d4110d4e853c3da20908 (patch) | |
tree | beb3369c26b554eda37693bbab449d39b582a9de /NEWS | |
parent | 1df193714c62e6b12f1b8f1dab10fd23b6d06e51 (diff) | |
download | fetchmail-a00157c59640cbc341e0d4110d4e853c3da20908.tar.gz fetchmail-a00157c59640cbc341e0d4110d4e853c3da20908.tar.bz2 fetchmail-a00157c59640cbc341e0d4110d4e853c3da20908.zip |
--version: print default cert paths, and document SSL_CERT_* in manpage
When Gene Heskett was updating his OpenSSL on Debian oldstable, we figured
that it might be helpful to print where OpenSSL goes look for the trusted
certificate. Add this information.
Also add documentation of OpenSSL's SSL_CERT_DIR/SSL_CERT_FILE environment
variables.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -81,6 +81,19 @@ fetchmail-6.4.16 (not yet released): 6.2.5 to 6.4.X duplicate suppression by entire raw header. Manpage bug found by Julian Bane debugging "duplicate message" behaviour. +# FEATURE +* fetchmail --version [fetchmail -V] now queries and prints the SSL/TLS + library's "SSL default trusted certificate" file or directory (mind the word + "default"), where the OpenSSL-compatible TLS implementation will look for + trusted root, meaning certification authority (CA), certificates. + NOTE 1: watch the output carefully if the line prints the defaults + or the configured path (without "default"). + NOTE 2: SSL_CERT_DIR and SSL_CERT_FILE are documented environment variables + for OpenSSL 1.1.1 to override the *default* locations (those compiled into + OpenSSL or possibly in its configuration file). + This was added when Gene Heskett was debugging his setup and the + information "where does OpenSSL look" was missing. + # KNOWN BUGS AND WORKAROUNDS (This section floats upwards through the NEWS file so it stays with the current release information) |