diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2016-12-14 14:55:15 +0900 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-02-27 14:17:25 +0900 |
commit | 03b5be5fd03c091735a81a9b480088b718d34f50 (patch) | |
tree | 2eb29b609ccd59a9b965f90b73685d9dcf162196 /xrdp | |
parent | eefc099df74ee4bc872a3c8254a27a38e353f7ae (diff) | |
download | xrdp-proprietary-03b5be5fd03c091735a81a9b480088b718d34f50.tar.gz xrdp-proprietary-03b5be5fd03c091735a81a9b480088b718d34f50.zip |
docs: document maximum length of tls_ciphers
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/xrdp.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index ce4df137..58b82bb5 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -28,7 +28,7 @@ key_file= ; set SSL protocols ; can be space separated list of 'SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2' ssl_protocols=TLSv1 TLSv1.1 TLSv1.2 -; set TLS cipher suites +; set TLS cipher suites (up to 63 characters) #tls_ciphers=HIGH ; Section name to use for automatic login if the client sends username |