[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:
akallabeth
2024-01-08 11:12:48 +01:00
committed by Martin Fleisz
parent af9e74273d
commit 59ed125eed
3 changed files with 23 additions and 3 deletions

View File

@@ -109,6 +109,9 @@ extern "C"
size_t PrivateKeyPEMLength;
wIniFile* ini;
/* target continued */
UINT32 TargetTlsSecLevel;
};
/**