Enable FIPS mode automatically
authorOndrej Holy <oholy@redhat.com>
Wed, 22 Nov 2017 18:25:32 +0000 (19:25 +0100)
committerOndrej Holy <oholy@redhat.com>
Thu, 23 Nov 2017 09:09:17 +0000 (10:09 +0100)
commit6973b14eed7053b7b6322d86730660f371f829e3
tree50ef14809038bf767de0aaa5be99f106083ca93f
parentcbb8650b3d3cceac274efeb8a776d971c37a818a
Enable FIPS mode automatically

FreeRDP aborts if OpenSSL operates in FIPS mode and +fipsmode is not
manually specified. Let's prevent the abortion and enable the necessary
options in that case automatically.
client/common/cmdline.c
libfreerdp/core/connection.c
winpr/include/winpr/ssl.h
winpr/libwinpr/utils/ssl.c