diff options
| author | Andrej Podzimek | 2020-12-01 20:07:19 +0100 | 
|---|---|---|
| committer | Andrej Podzimek | 2020-12-01 20:07:19 +0100 | 
| commit | d0fbff5dffafb9169a268f4482921d2d5a9fcc7a (patch) | |
| tree | 6f4566790f13e69b6c0c7eddbeab27017c3b3cc2 /imap/pop3d-ssl.dist.in.git | |
| parent | f2db409949ad94d4fc175d04ebd72bda3bd1df4e (diff) | |
| download | courier-libs-d0fbff5dffafb9169a268f4482921d2d5a9fcc7a.tar.bz2 | |
Adding special TLS protocol names that disable client renegotiation.
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index bca75e8..dd352cd 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -125,7 +125,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. | 
