diff options
author | Andrey Hristov <andrey@php.net> | 2015-10-27 12:59:09 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2015-10-27 12:59:09 +0100 |
commit | 6d51b7b2e3468601acdaaf9041c9131b5aa47f98 (patch) | |
tree | 2f2c193dc999941727f61c118ef06f532ff3e7e9 /sapi/phpdbg/phpdbg_list.c | |
parent | 2f7a8515ca7f3ab4b0640677e4f476f87642ff61 (diff) | |
download | php-git-6d51b7b2e3468601acdaaf9041c9131b5aa47f98.tar.gz |
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.
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.c')
0 files changed, 0 insertions, 0 deletions