Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c611 CONF *req_config; /* SSL config for this request */ member
874 sktmp = NCONF_get_section(req->req_config, str); in php_openssl_add_oid_section()
950 req->req_config = NCONF_new(NULL); in php_openssl_parse_config()
951 if (!NCONF_load(req->req_config, req->config_filename, NULL)) { in php_openssl_parse_config()
1058 if (req->req_config) { in php_openssl_dispose_config()
1059 NCONF_free(req->req_config); in php_openssl_dispose_config()
1060 req->req_config = NULL; in php_openssl_dispose_config()
2877 dn_sk = NCONF_get_section(req->req_config, dn_sect); in php_openssl_make_REQ()
2886 attr_sk = NCONF_get_section(req->req_config, attr_sect); in php_openssl_make_REQ()
3302 X509V3_set_nconf(&ctx, req.req_config); in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds