1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 00:04:57 +03:00

Mayaqua: query OpenSSL for the list of available ciphers instead of relying on a static list

This commit is contained in:
Davide Beatrici
2018-12-21 09:54:51 +01:00
parent 3c3aa900b6
commit 7f9d47b3aa
3 changed files with 64 additions and 13 deletions

View File

@ -8850,6 +8850,8 @@ UINT PsServerCipherGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param)
c->Write(c, tmp);
}
FreeToken(ciphers);
FreeRpcStr(&t);
FreeParamValueList(o);

View File

@ -17029,6 +17029,7 @@ void SmSslDlgInit(HWND hWnd, SM_SSL *s)
StrToUni(tmp, sizeof(tmp), name);
CbAddStr(hWnd, C_CIPHER, tmp, 0);
}
FreeToken(cipher_list);
if (s->p != NULL)
{