diff options
author | Haw Loeung <h.loeung@unixque.com> | 2015-04-14 18:07:35 +1000 |
---|---|---|
committer | Haw Loeung <h.loeung@unixque.com> | 2015-04-14 18:07:35 +1000 |
commit | 50e955e342c02ac55c48d5be71a940596ff72ac8 (patch) | |
tree | 8ebfff62c14067cea9c4e37fd39a046e2c82d736 /docs/help | |
parent | 9ffe52ec5e3f0643e7ddd12f4d21c0788d2f8cea (diff) | |
download | irssi-50e955e342c02ac55c48d5be71a940596ff72ac8.zip |
ssl: Add option to specify SSL cipher suite preference.
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/connect.in | 1 | ||||
-rw-r--r-- | docs/help/in/server.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index 3330966e..f13582cc 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -15,6 +15,7 @@ -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. + -ssl_ciphers: SSL cipher suite preference lists -noproxy: Ignores the global proxy configuration. -network: The network this connection belongs to. -host: The hostname you would like to connect from. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index f6706daf..34c31972 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -22,6 +22,7 @@ -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. + -ssl_ciphers: SSL cipher suite preference lists -auto: Automatically connects to the server on startup. -noauto: Doesn't connect to the server on startup. -network: The network the server belongs to. |