Commit 5e8acd7a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

secur32/tests: Check supported DTLS protocols.

parent a2d8fe55
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment