summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-fetchmail.man
blob: 54a6dbf8b46462f1f6a9732f0893163d0453567a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 74c1a60970152d9b83e9c7eca9bda69336a0b458 Mon Sep 17 00:00:00 2001
From: Matthias Andree <matthias.andree@gmx.de>
Date: Mon, 30 Mar 2020 23:01:42 +0200
Subject: [PATCH] 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.
---
 fetchmail.man | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fetchmail.man b/fetchmail.man
index 111ddb2f..da6ade56 100644
--- ./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
-- 
2.24.1