diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2016-11-14 15:39:27 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2016-11-16 14:15:44 +0900 |
commit | 681f2308212a1f69db1ce25a7ad3fc6a4e38a9d9 (patch) | |
tree | 61aba6b9aedd3b2c302e819cabd9970a7ad93c07 /docs | |
parent | 16dd94b8bcd330eaaffa862cf1d9c5bf70236345 (diff) | |
download | xrdp-proprietary-681f2308212a1f69db1ce25a7ad3fc6a4e38a9d9.tar.gz xrdp-proprietary-681f2308212a1f69db1ce25a7ad3fc6a4e38a9d9.zip |
docs: document disableSSLv3 and tls_ciphers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/xrdp.ini.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index 41b4e962..5d46fb74 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -104,6 +104,16 @@ Regulate if the listening socket uses socket option \fBTCP_NODELAY\fP. If set to \fB1\fP, \fBtrue\fP or \fByes\fP, no buffering will be performed in the TCP stack. .TP +\fBdisableSSLv3\fP=\fI[yes|no]\fP +If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will not accept SSLv3 connections. + +.TP +\fBtls_ciphers\fP=\fIcipher_suite\fP +Specifies TLS cipher suite. The format of this parameter is equivalent to which \fBopenssl\fP(1) ciphers subcommand accepts. + +(ex. $ openssl ciphers 'HIGH:!ADH:!SHA1') + +.TP \fBblack\fP=\fI000000\fP .TP \fBgrey\fP=\fIc0c0c0\fP |