mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-11-21 02:41:33 +03:00
Remove SSLv3 support
This commit is contained in:
@ -193,7 +193,7 @@ void AcWaitForRequest(AZURE_CLIENT *ac, SOCK *s, AZURE_PARAM *param)
|
||||
|
||||
SetTimeout(ns, param->DataTimeout);
|
||||
|
||||
if (StartSSLEx(ns, NULL, NULL, true, 0, NULL))
|
||||
if (StartSSLEx(ns, NULL, NULL, 0, NULL))
|
||||
{
|
||||
// Check certification
|
||||
char server_cert_hash_str[MAX_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user