summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authoranthonyagresta <me@anthonyagresta.com>2014-08-04 15:01:48 -0400
committerspeidy <speidy@gmail.com>2014-08-06 00:50:07 +0300
commit46c4a1fe4e26dae0709b82972432b06314bc0585 (patch)
treecd7af27c7966e99fb1c3bf991507d058207b79b4 /docs/man
parentc7144744a4026b2722e4b9d46181224c4762b4ea (diff)
downloadxrdp-proprietary-46c4a1fe4e26dae0709b82972432b06314bc0585.tar.gz
xrdp-proprietary-46c4a1fe4e26dae0709b82972432b06314bc0585.zip
Add details for crypt_level=fips to man page
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xrdp.ini.56
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5
index 7b32a9f0..131c0796 100644
--- a/docs/man/xrdp.ini.5
+++ b/docs/man/xrdp.ini.5
@@ -54,7 +54,7 @@ If set to \fB0\fR, \fBfalse\fR or \fBno\fR this option disables all channels \fB
See section \fBCHANNELS\fP below for more fine grained options.
.TP
-\fBcrypt_level\fP=\fIlow|medium|high\fP
+\fBcrypt_level\fP=\fIlow|medium|high|fips\fP
.\" <http://blogs.msdn.com/b/openspecification/archive/2011/12/08/encryption-negotiation-in-rdp-connection.aspx>
RDP connection are controlled by two encryption settings: \fIEncryption Level\fP and \fIEncryption Method\fP.
The only supported \fIEncryption Method\fP is \fB40BIT_ENCRYPTION\fP, \fB128BIT_ENCRYPTION\fP and \fB56BIT_ENCRYPTION\fP are currently not supported.
@@ -70,6 +70,10 @@ All data sent between the client and the server is protected by encryption based
.TP
.B high
All data sent between the client and server is protected by encryption based on the server's maximum key strength.
+.TP
+.B fips
+All data sent between the client and server is protected using Federal Information Processing Standard 140-1 validated encryption methods.
+.I This level is required for Windows clients (mstsc.exe) if the client's group policy enforces FIPS-compliance mode.
.RE
.TP