You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Added new option MARIADB_OPT_SSL_PASSWORD which allows use of
decrypted client certificate (private key only). Currently this option is supported by GnuTLS and OpenSSL only
This commit is contained in:
@@ -213,6 +213,7 @@ extern unsigned int mariadb_deinitialize_ssl;
|
||||
MYSQL_DATABASE_DRIVER=7000,
|
||||
MARIADB_OPT_SSL_FP, /* single finger print for server certificate verification */
|
||||
MARIADB_OPT_SSL_FP_LIST, /* finger print white list for server certificate verification */
|
||||
MARIADB_OPT_SSL_PASSWORD, /* password for encrypted certificates */
|
||||
MARIADB_OPT_CONNECTION_READ_ONLY
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user