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:
parent
a2d8fe5597
commit
5e8acd7a04
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue