You've already forked mariadb-connector-c
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:
@@ -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},
|
||||
|
Reference in New Issue
Block a user