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

- removed global context for tls, so code can be used also with no yassl branch in 10.2

- added new gnutls cipher mapping
- fixed ssl test case: skip hostname verification if both server and client run on localhost
- added server certificates
This commit is contained in:
Georg Richter
2016-10-17 16:02:51 +02:00
parent 7cb8479605
commit c20974b039
15 changed files with 1427 additions and 209 deletions

View File

@@ -401,7 +401,7 @@ MYSQL *test_connect(struct my_tests_st *test)
MYSQL *mysql;
int i= 0;
int timeout= 10;
int truncation_report= 1;
my_bool truncation_report= 1;
if (!(mysql = mysql_init(NULL))) {
diag("%s", "mysql_init failed - exiting");
return(NULL);