php-src/ext/mysqlnd
Andrey Hristov 6d51b7b2e3 Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation
Added the possibility to explicitly state that the peer certificate should not be checked.
Back to the default - checking the certificate.
Exported MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT
Usage : mysqli_real_connect( , , , , , MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT)

If mysqli_ssl_set() is not called, but only MYSQLI_CLIENT_SSL is passed, without the (don't) very flag,
then no verification takes place.
2015-10-27 12:59:09 +01:00
..
config-win.h
config.w32 shift code around to two new files - mysqlnd_driver.c 2011-10-21 15:28:58 +00:00
config9.m4 Fix for bugs #68114 (Build fails on OS X due to undefined symbols) 2015-01-26 21:20:29 +00:00
CREDITS fix encoding 2014-01-10 15:57:40 +01:00
mysql_float_to_double.h Patch commit d9f85373e3 by moving the float_to_double function to 2015-01-26 21:20:29 +00:00
mysqlnd.c Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation 2015-10-27 12:59:09 +01:00
mysqlnd.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_alloc.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_alloc.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_auth.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_block_alloc.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_block_alloc.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_bt.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_charset.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_charset.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_debug.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_debug.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_driver.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_enum_n_def.h Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation 2015-10-27 12:59:09 +01:00
mysqlnd_ext_plugin.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_ext_plugin.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_libmysql_compat.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_loaddata.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_net.c Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation 2015-10-27 12:59:09 +01:00
mysqlnd_net.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_plugin.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_portability.h unify stdint type usage 2013-08-06 22:49:56 +02:00
mysqlnd_priv.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_ps.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_ps_codec.c Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server 2015-09-23 18:25:12 +02:00
mysqlnd_result.c Merge branch 'PHP-5.5' into PHP-5.6 2015-02-01 12:41:33 -08:00
mysqlnd_result.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_result_meta.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_result_meta.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_reverse_api.c bump year 2015-01-15 23:26:37 +08:00
mysqlnd_reverse_api.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_statistics.c Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server 2015-09-23 18:25:12 +02:00
mysqlnd_statistics.h bump year 2015-01-15 23:26:37 +08:00
mysqlnd_structs.h Another Fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation 2015-10-27 12:59:09 +01:00
mysqlnd_wireprotocol.c Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server 2015-09-23 18:25:12 +02:00
mysqlnd_wireprotocol.h bump year 2015-01-15 23:26:37 +08:00
php_mysqlnd.c bump year 2015-01-15 23:26:37 +08:00
php_mysqlnd.h bump year 2015-01-15 23:26:37 +08:00