From d0fbff5dffafb9169a268f4482921d2d5a9fcc7a Mon Sep 17 00:00:00 2001 From: Andrej Podzimek Date: Tue, 1 Dec 2020 20:07:19 +0100 Subject: Adding special TLS protocol names that disable client renegotiation. --- imap/imapd-ssl.dist.in.git | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap/imapd-ssl.dist.in.git') diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git index 8ed9e36..35880c8 100644 --- a/imap/imapd-ssl.dist.in.git +++ b/imap/imapd-ssl.dist.in.git @@ -138,7 +138,9 @@ COURIERTLS=@bindir@/couriertls # # TLSv1 - TLS 1.0, or higher. # TLSv1.1 - TLS1.1, or higher. +# TLSv1.1++ TLS1.1, or higher, without client-initiated renegotiation. # TLSv1.2 - TLS1.2, or higher. +# TLSv1.2++ TLS1.2, or higher, without client-initiated renegotiation. # # The default value is TLSv1 -- cgit v1.2.3