diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 23:01:42 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 23:03:06 +0200 |
commit | 74c1a60970152d9b83e9c7eca9bda69336a0b458 (patch) | |
tree | 37127bc1c9434dd3586eb0edcfea4615816c0a6b /fetchmail.man | |
parent | aa38c4908fc9a59b73585fcf0d4bd15dca052340 (diff) | |
download | fetchmail-74c1a60970152d9b83e9c7eca9bda69336a0b458.tar.gz fetchmail-74c1a60970152d9b83e9c7eca9bda69336a0b458.tar.bz2 fetchmail-74c1a60970152d9b83e9c7eca9bda69336a0b458.zip |
fetchmail.man: --sslproto: document tls1.3 and tls1.3+ values.
The code was added in 3d4a8713e = 6.4.0-beta3,
but the documentation was missing from the manual page.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 111ddb2f..da6ade56 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -520,6 +520,10 @@ Since v6.4.0. Require TLS. Auto-negotiate TLSv1.1 or newer. Since v6.4.0. Require TLS v1.2 exactly. .IP '\fBTLS1.2+\fP' Since v6.4.0. Require TLS. Auto-negotiate TLSv1.2 or newer. +.IP \&'\fBTLS1.3\fP' +Since v6.4.0. Require TLS v1.3 exactly. +.IP '\fBTLS1.3+\fP' +Since v6.4.0. Require TLS. Auto-negotiate TLSv1.3 or newer. .IP "Unrecognized parameters" are treated the same as '\fBauto\fP'. .RE |