mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Manage OpenSSL security level
Add SslAcceptSettings option Override_Security_Level and Override_Security_Level_Value to allow user to choose.
This commit is contained in:
committed by
Davide Beatrici
parent
190672bd84
commit
7fdacec2a6
@ -148,6 +148,8 @@ struct SSL_ACCEPT_SETTINGS
|
||||
bool Tls_Disable1_1;
|
||||
bool Tls_Disable1_2;
|
||||
bool Tls_Disable1_3;
|
||||
bool Override_Security_Level;
|
||||
UINT Override_Security_Level_Value;
|
||||
};
|
||||
|
||||
// Socket
|
||||
|
Reference in New Issue
Block a user