summaryrefslogtreecommitdiffstats
path: root/imap/pop3d-ssl.dist.in.git
diff options
context:
space:
mode:
authorSam Varshavchik2016-04-23 22:33:28 -0400
committerSam Varshavchik2016-04-23 22:33:28 -0400
commit399549ea0300e1c8b95f0eb45ac224bdc984807e (patch)
treef0a1bc37cd2abcde5959b7087561b05da919934d /imap/pop3d-ssl.dist.in.git
parentd0d5dd1a73657aed2b53b0f8f7f714acbc0e1094 (diff)
downloadcourier-libs-399549ea0300e1c8b95f0eb45ac224bdc984807e.tar.bz2
Stop using SSL2 and SSL3 openssl configuration methods.
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
-rw-r--r--imap/pop3d-ssl.dist.in.git4
1 files changed, 1 insertions, 3 deletions
diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git
index 70ee341..be691dc 100644
--- a/imap/pop3d-ssl.dist.in.git
+++ b/imap/pop3d-ssl.dist.in.git
@@ -121,13 +121,11 @@ COURIERTLS=@bindir@/couriertls
#
# OpenSSL:
#
-# SSL3 - SSLv3
-# SSL23 - all protocols (including TLS 1.x protocols)
# TLSv11 - TLS1
# TLSv1.1 - TLS1.1
# TLSv1.2 - TLS1.2
#
-# SSL3+, TLSv1+, TLSv1.1+, and TLSv1.2+ - the corresponding protocol, and all
+# TLSv1+, TLSv1.1+, and TLSv1.2+ - the corresponding protocol, and all
# higher protocols.
#
# The default value is TLSv1+