diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-10-19 17:14:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-10-19 17:14:43 +0200 |
commit | 1aeca5f89e768df83d3f6f86e0d782e5a20fc1f6 (patch) | |
tree | 5ac7f716be88daa6a10668b8156b4a8eb4cdd173 /interimap.1 | |
parent | eb6b971fbd5ef3f9bd76770262da5808cf8c506a (diff) |
Add an option 'SSL_protocols'.
Diffstat (limited to 'interimap.1')
-rw-r--r-- | interimap.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/interimap.1 b/interimap.1 index 60493f3..595f4a8 100644 --- a/interimap.1 +++ b/interimap.1 @@ -305,6 +305,15 @@ for type \fItype\fR=tunnel. (Default: \(lqNO\(rq.) .TP +.I SSL_protocols +A space-separated list of SSL protocols to enable or disable (if +prefixed with an exclamation mark \(oq!\(cq). Known protocols are +\(lqSSLv2\(rq, \(lqSSLv3\(rq, \(lqTLSv1\(rq, \(lqTLSv1.1\(rq, and +\(lqTLSv1.2\(rq. Enabling a protocol is a short-hand for disabling all +other protocols. +(Default: \(lq!SSLv2 !SSLv3\(rq, i.e., only enable TLSv1 and above.) + +.TP .I SSL_cipher_list The cipher list to send to the server. Although the server determines which cipher suite is used, it should take the first supported cipher in |