FreeRDP/client/common
Brent Collins d98b88642b Add new command-line option to force xfreerdp into a fips compliant mode.
This option will ensure that NLA is disabled(since NTLM uses weak crypto algorithms), FIPS
encryption is enabled, and ensure fips mode is enabled for openssl.

Selectively override specific uses of MD5/RC4 with new API calls specifically tailored to override FIPS.

Add comments on why overriding the use of these algorithms under FIPS is acceptable for the locations where overrides happen.

Remove check of server proprietary certificate which was already being ignore to avoid use of MD5.

Initialize winpr openssl earlier to ensure fips mode is set before starting using any crypto algorithms.
2017-11-17 12:43:06 +01:00
..
test Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
client.c Fixed client context setup with default initializer. 2017-09-25 13:33:05 +02:00
CMakeLists.txt Build: Use correct pdb names when installing with symbols 2017-01-31 13:32:51 +01:00
cmdline.c Add new command-line option to force xfreerdp into a fips compliant mode. 2017-11-17 12:43:06 +01:00
compatibility.c Replaced atoi 2017-11-15 15:52:16 +01:00
compatibility.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
file.c Replaced atoi 2017-11-15 15:52:16 +01:00