Home
last modified time | relevance | path

Searched refs:capath (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h81 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
H A Dmysqlnd.h161 …qlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->data, (key), … argument
H A Dmysqlnd_structs.h486 … key, const char * const cert, const char * const ca, const char * const capath, const char * cons…
H A Dmysqlnd.c1617 const char * const ca, const char * const capath, const char * const cipher)
1628 PASS == net->data->m.set_client_option(net, MYSQLND_OPT_SSL_CAPATH, capath) &&
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c839 char *capath = NULL; in enable_peer_verification() local
843 GET_VER_OPT_STRING("capath", capath); in enable_peer_verification()
859 if (capath == NULL) { in enable_peer_verification()
860 capath = zend_ini_string("openssl.capath", sizeof("openssl.capath")-1, 0); in enable_peer_verification()
861 capath = strlen(capath) ? capath : NULL; in enable_peer_verification()
864 if (cafile || capath) { in enable_peer_verification()
865 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in enable_peer_verification()
/PHP-7.0/
H A Dphp.ini-development1908 ; directory pointed to by openssl.capath is searched for a suitable
1912 ; this value may still be overridden on a per-stream basis via the "capath"
1914 ;openssl.capath=
H A Dphp.ini-production1908 ; directory pointed to by openssl.capath is searched for a suitable
1912 ; this value may still be overridden on a per-stream basis via the "capath"
1914 ;openssl.capath=

Completed in 52 milliseconds