Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-08-16 05:42:46 +0300
committerKoichiro IWAO <meta@vmeta.jp>2018-09-14 05:50:55 +0300
commit1ad8cbb2a0f8e54e518dcda4bcfe43db90488964 (patch)
tree1e2aceda1036f0bfd3225d9bf53609625b6d7977 /docs
parent74497752dc062d1c2dc9594654a3770e23d989ec (diff)
Document TLSv1.3 support
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xrdp.ini.5.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/xrdp.ini.5.in b/docs/man/xrdp.ini.5.in
index b43c6aa1..834f258b 100644
--- a/docs/man/xrdp.ini.5.in
+++ b/docs/man/xrdp.ini.5.in
@@ -144,7 +144,7 @@ Negotiate these security methods with clients.
.RE
.TP
-\fBssl_protocols\fP=\fI[SSLv3] [TLSv1] [TLSv1.1] [TLSv1.2]\fP
+\fBssl_protocols\fP=\fI[SSLv3] [TLSv1] [TLSv1.1] [TLSv1.2] [TLSv1.3]\fP
Enables the specified SSL/TLS protocols. Each value should be separated by comma.
SSLv2 is always disabled. At least one protocol should be given to accept TLS connections.
This parameter is effective only if \fBsecurity_layer\fP is set to \fBtls\fP or \fBnegotiate\fP.