Searched refs:req_config (Results 1 – 1 of 1) sorted by relevance
629 CONF *req_config; /* SSL config for this request */ member888 sktmp = NCONF_get_section(req->req_config, str); in php_openssl_add_oid_section()964 req->req_config = NCONF_new(NULL); in php_openssl_parse_config()965 if (!NCONF_load(req->req_config, req->config_filename, NULL)) { in php_openssl_parse_config()1076 if (req->req_config) { in php_openssl_dispose_config()1077 NCONF_free(req->req_config); in php_openssl_dispose_config()1078 req->req_config = NULL; in php_openssl_dispose_config()2929 dn_sk = NCONF_get_section(req->req_config, dn_sect); in php_openssl_csr_make()2938 attr_sk = NCONF_get_section(req->req_config, attr_sect); in php_openssl_csr_make()3375 X509V3_set_nconf(&ctx, req.req_config); in PHP_FUNCTION()[all …]
Completed in 27 milliseconds