diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-12 14:02:56 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-12 14:02:56 +0100 |
commit | 76c4fdda908e58baab78cb9074e8e8e1d1a22400 (patch) | |
tree | d776060d8593e06f4f5a2fcf435158c54eb12943 /fetchmail.man | |
parent | ba46eab365eefdd278f021d40326d34c9c613894 (diff) | |
download | fetchmail-76c4fdda908e58baab78cb9074e8e8e1d1a22400.tar.gz fetchmail-76c4fdda908e58baab78cb9074e8e8e1d1a22400.tar.bz2 fetchmail-76c4fdda908e58baab78cb9074e8e8e1d1a22400.zip |
Remove OpenSSL migration warnings.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fetchmail.man b/fetchmail.man index 484b9dde..b1edcde7 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1205,15 +1205,6 @@ All retrieval protocols can use SSL or TLS wrapping for the transport. Additionally, POP3 and IMAP retrieval can also negotiate SSL/TLS by means of STARTTLS (or STLS). .PP -Note that fetchmail currently uses the OpenSSL library, which is -somewhat under-documented, so failures may occur just because the -programmers are not aware of OpenSSL's requirement of the day. -For instance, since v6.3.16, fetchmail calls -OpenSSL_add_all_algorithms(), which is necessary to support certificates -using SHA256 on OpenSSL 0.9.8 -- this information is deeply hidden in -the documentation and not at all obvious. Please do not hesitate to -report subtle TLS or SSL failures. -.PP You can access TLS-encrypted services by specifying the options starting with \-\-ssl, such as \-\-ssl, \-\-sslproto, \-\-sslcertck, and others. You can also do this using the corresponding user options in the .fetchmailrc |