Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c615 * config_filename, member
838 config_filename); in php_openssl_config_check_syntax()
898 req->config_filename, req->var, req->req_config) == FAILURE) return FAILURE
943 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config()
951 if (!NCONF_load(req->req_config, req->config_filename, NULL)) { in php_openssl_parse_config()
1237 char * config_filename; in PHP_INI_END() local
1290 config_filename = getenv("OPENSSL_CONF"); in PHP_INI_END()
1291 if (config_filename == NULL) { in PHP_INI_END()
1292 config_filename = getenv("SSLEAY_CONF"); in PHP_INI_END()
1296 if (config_filename == NULL) { in PHP_INI_END()
[all …]

Completed in 19 milliseconds