aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorse <se@example.com>2018-01-06 10:10:52 +0000
committerTatsuya Kinoshita <tats@debian.org>2018-01-06 10:10:52 +0000
commit1b23ebf6449de5975f057ead439cc66041249783 (patch)
treef4fd0f29c90d9871331d313fe33998aaf01a542b /rc.c
parentAccept TERM=fbterm (diff)
downloadw3m-1b23ebf6449de5975f057ead439cc66041249783.tar.gz
w3m-1b23ebf6449de5975f057ead439cc66041249783.zip
Extend ssl_forbid_method to disable TLSv1.1
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874218#5
Diffstat (limited to '')
-rw-r--r--rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 7de87b8..3900fb2 100644
--- a/rc.c
+++ b/rc.c
@@ -202,7 +202,7 @@ static int OptionEncode = FALSE;
#define CMT_SSL_CA_PATH N_("Path to directory for PEM encoded certificates of CAs")
#define CMT_SSL_CA_FILE N_("File consisting of PEM encoded certificates of CAs")
#endif /* USE_SSL_VERIFY */
-#define CMT_SSL_FORBID_METHOD N_("List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t:TLSv1)")
+#define CMT_SSL_FORBID_METHOD N_("List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t: TLSv1.0, t1.1: TLSv1.1)")
#endif /* USE_SSL */
#ifdef USE_COOKIE
#define CMT_USECOOKIE N_("Enable cookie processing")