1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Schannel - parse TLSv1.0, but ignore attempt to use it

This is apparently what server test suite wants in tls_version.test
This commit is contained in:
Vladislav Vaintroub
2024-10-30 08:38:28 +01:00
parent 4aebdb600b
commit 58d773da30

View File

@@ -274,7 +274,7 @@ static struct _tls_version {
const char *tls_version;
DWORD protocol;
} tls_version[]= {
{"TLSv1.0", PROT_TLS1_0},
{"TLSv1.0", 0},
{"TLSv1.1", PROT_TLS1_1},
{"TLSv1.2", PROT_TLS1_2},
{"TLSv1.3", PROT_TLS1_3},