1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-10 01:02:57 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
holzboote@googlemail.com
9a0eb3f91c Minor fixes in ssl test 2013-09-20 16:21:53 +02:00
holzboote@googlemail.com
73f30d2a83 Merge from 10.0 dynamic column implemenetation:
- functions which operate with numeric keys now have suffix _num
        - Fixes for MDEV 4993-4995
2013-09-20 14:48:20 +02:00
holzboote@googlemail.com
b382649f50 More SSL fixes:
- verification functions for key and cert now use SSL_context
        - Added support for server cert verification (hostname must match)
        - minor bug fixes
2013-09-19 15:14:11 +02:00
holzboote@googlemail.com
b2e83a163f Added support for ssl server certification:
mysql_options: Added support MYSQL_OPT_SSL_VALIDATE_SERVER_CERT flag
  added my_ssl_verify_server_cert which extracts the hostname and compares
  it with mysql->host
2013-09-17 18:47:07 +02:00
holzboote@googlemail.com
c27f97fd1d Fix for CONC-50:
mysql_real_connect doesn't return an error if a an invalid ca file was specified.
2013-09-16 16:19:16 +02:00
Georg Richter
84aea9721c Added support for embedded (sqlite) 2013-01-30 08:37:24 +01:00
Georg Richter
11f01e9fed Fixes for SSL
- fix for php bug 51647
  - added cert store
  - added certificates for testing
2012-12-01 14:02:34 +01:00
Georg Richter
2968f5dc19 - Fix for mysql_stmt_next_result:
obtain number of fields from mysql structure
  added test case (ps_new.c)
- Added additional parameter cipher for mysql_ssl_set
- some cosmetics for test cases
2012-11-29 17:27:56 +01:00