docs: document disableSSLv3 and tls_ciphers

This commit is contained in:
Koichiro IWAO 2016-11-14 15:39:27 +09:00
parent 16dd94b8bc
commit 681f230821
1 changed files with 10 additions and 0 deletions

View File

@ -103,6 +103,16 @@ If set to \fB1\fP, \fBtrue\fP or \fByes\fP and the network connection disappears
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