aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-03-11 11:11:18 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-03-11 11:11:18 +0000
commit82869f4acb058cc5b35bd79265a0975ffc850a6a (patch)
treef6aa1c915c9560b46e62b1ba9eed4ae5d82a17d9 /rc.c
parentExtend ssl_forbid_method for TLSv1.2 and TLSv1.3 (diff)
downloadw3m-82869f4acb058cc5b35bd79265a0975ffc850a6a.tar.gz
w3m-82869f4acb058cc5b35bd79265a0975ffc850a6a.zip
Update documents for ssl_forbid_method
Diffstat (limited to '')
-rw-r--r--rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 25f7a56..a44c5c8 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.0, 5: TLSv1.1)")
+#define CMT_SSL_FORBID_METHOD N_("List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t: TLSv1.0, 5: TLSv1.1, 6: TLSv1.2, 7: TLSv1.3)")
#endif /* USE_SSL */
#ifdef USE_COOKIE
#define CMT_USECOOKIE N_("Enable cookie processing")