Searched refs:req_config (Results 1 – 1 of 1) sorted by relevance
611 CONF *req_config; /* SSL config for this request */ member874 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()2886 dn_sk = NCONF_get_section(req->req_config, dn_sect); in php_openssl_make_REQ()2895 attr_sk = NCONF_get_section(req->req_config, attr_sect); in php_openssl_make_REQ()3317 X509V3_set_nconf(&ctx, req.req_config); in PHP_FUNCTION()[all …]
Completed in 30 milliseconds