Searched refs:capath (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/curl/tests/ |
H A D | curl_basic_027.phpt | 16 var_dump(array_key_exists('capath', curl_getinfo($ch)));
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 77 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
|
H A D | mysqlnd.h | 158 …qlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->data, (key), … argument
|
H A D | mysqlnd_connection.c | 907 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 D | mysqlnd_structs.h | 491 … key, const char * const cert, const char * const ca, const char * const capath, const char * cons…
|
/PHP-8.3/ext/openssl/ |
H A D | xp_ssl.c | 890 char *capath = NULL; in php_openssl_enable_peer_verification() local 894 GET_VER_OPT_STRING("capath", capath); in php_openssl_enable_peer_verification() 910 if (capath == NULL) { in php_openssl_enable_peer_verification() 911 capath = zend_ini_string("openssl.capath", sizeof("openssl.capath")-1, 0); in php_openssl_enable_peer_verification() 912 capath = strlen(capath) ? capath : NULL; in php_openssl_enable_peer_verification() 915 if (cafile || capath) { in php_openssl_enable_peer_verification() 916 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in php_openssl_enable_peer_verification()
|
/PHP-8.3/ |
H A D | php.ini-development | 1943 ; directory pointed to by openssl.capath is searched for a suitable 1947 ; this value may still be overridden on a per-stream basis via the "capath" 1949 ;openssl.capath=
|
H A D | php.ini-production | 1945 ; directory pointed to by openssl.capath is searched for a suitable 1949 ; this value may still be overridden on a per-stream basis via the "capath" 1951 ;openssl.capath=
|
H A D | UPGRADING | 266 present: "capath" and "cainfo".
|
Completed in 39 milliseconds