Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dcurl_basic_027.phpt16 var_dump(array_key_exists('capath', curl_getinfo($ch)));
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h77 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
H A Dmysqlnd.h160 …qlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->data, (key), … argument
H A Dmysqlnd_connection.c907 const char * const ca, const char * const capath, const char * const cipher)
916 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CAPATH, capath) &&
H A Dmysqlnd_structs.h492 … key, const char * const cert, const char * const ca, const char * const capath, const char * cons…
/php-src/ext/openssl/
H A Dxp_ssl.c886 char *capath = NULL; in php_openssl_enable_peer_verification() local
890 GET_VER_OPT_STRING("capath", capath); in php_openssl_enable_peer_verification()
906 if (capath == NULL) { in php_openssl_enable_peer_verification()
907 capath = zend_ini_string("openssl.capath", sizeof("openssl.capath")-1, 0); in php_openssl_enable_peer_verification()
908 capath = strlen(capath) ? capath : NULL; in php_openssl_enable_peer_verification()
911 if (cafile || capath) { in php_openssl_enable_peer_verification()
912 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in php_openssl_enable_peer_verification()
/php-src/
H A Dphp.ini-development1867 ; directory pointed to by openssl.capath is searched for a suitable
1871 ; this value may still be overridden on a per-stream basis via the "capath"
1873 ;openssl.capath=
H A Dphp.ini-production1869 ; directory pointed to by openssl.capath is searched for a suitable
1873 ; this value may still be overridden on a per-stream basis via the "capath"
1875 ;openssl.capath=

Completed in 45 milliseconds