kolzeq
29fc3bc7bd
[misc] test improvement
...
* adding SkySQL HA to test suite
* test server build 10.6
* test maxscale 2.5.3
2021-01-19 10:23:14 +01:00
Georg Richter
960dca55ae
Travis fixes:
...
server verification still fails due to wrong hostname - these tests are now disabled for Travis only
Disable test when testing against a MySQL server.
2020-03-16 14:02:12 +01:00
Georg Richter
d32add15c8
Fix certificate generation for travis
2020-03-16 12:36:03 +01:00
Sergei Golubchik
84dc415fce
ssl unit test fixes
...
* don't abuse CONFIGURE_FILE
no need to generate ssl.c during the build
* don't skip tests when the input data is missing
if the certificate is not found it is not OK
* run-time CERT_PATH is not the same as build-time CERT_PATH
load server-cert.sha1 at run-time
* test an invalid fingerprint - it has to fail
* do not delete certificates at the end of the test
* test SSL_VERIFY_SERVER_CERT with a system CA
2020-01-23 06:09:39 +01:00
holzboote@googlemail.com
170a7a14b8
Fix for CONC-90: Incorrect output for mariadb_config
...
- When linking against external zlib the linker options are
- added missing space for CMAKE_C_FLAGS
2014-05-02 16:13:21 +02:00
Georg Richter
ad0580377d
- Windows build fixes for async API
2014-04-10 10:17:45 +02:00
holzboote@googlemail.com
8cab5e53a4
Unittest fixes (recommit to start/test buildbot)
2014-04-02 18:21:30 +02:00
Georg Richter
7038dc9280
Removed all internal dependencies from ma_dyncol.
...
Fixed compiler warnings
2013-10-01 09:53:41 +02:00
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