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

TLS fixes:

- don't use password in global context
  - load keys and certs via callback functions
  - don't use gnutls_bye since server is not able to detect dead socket
  - fixed valgrind errors in gnutls
This commit is contained in:
Georg Richter
2016-09-13 16:12:34 +02:00
parent 4ed1ca0c68
commit 9b436eaaf7
7 changed files with 387 additions and 110 deletions

View File

@@ -555,6 +555,5 @@ void run_tests(struct my_tests_st *test) {
diag("close default");
mysql_close(mysql_default);
}
mysql_server_end();
}