mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[server,proxy] add TlsSecLevel option to config
To support legacy targets add the TlsSecLevel configuration option that is equivalent to the /tls:seclevel option of the client implementations. This allows automatic configuration of OpenSSL legacy providers if they are available.
This commit is contained in:
committed by
Martin Fleisz
parent
af9e74273d
commit
59ed125eed
@@ -109,6 +109,9 @@ extern "C"
|
||||
size_t PrivateKeyPEMLength;
|
||||
|
||||
wIniFile* ini;
|
||||
|
||||
/* target continued */
|
||||
UINT32 TargetTlsSecLevel;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user