secur32/tests: Check supported DTLS protocols.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2021-10-28 20:19:25 +02:00 committed by Alexandre Julliard
parent a2d8fe5597
commit 5e8acd7a04
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ static void test_supported_protocols(CredHandle *handle, unsigned exprots)
X(SP_PROT_TLS1_1_CLIENT, "TLS 1.1 client");
X(SP_PROT_TLS1_2_CLIENT, "TLS 1.2 client");
X(SP_PROT_TLS1_3_CLIENT, "TLS 1.3 client");
X(SP_PROT_DTLS1_0_CLIENT, "DTLS 1.0 client");
X(SP_PROT_DTLS1_2_CLIENT, "DTLS 1.2 client");
#undef X
if(protocols.grbitProtocol)