Searched refs:dn_sect (Results 1 – 1 of 1) sorted by relevance
2922 char * str, *dn_sect, *attr_sect; in php_openssl_csr_make() local2924 dn_sect = NCONF_get_string(req->req_config, req->section_name, "distinguished_name"); in php_openssl_csr_make()2925 if (dn_sect == NULL) { in php_openssl_csr_make()2929 dn_sk = NCONF_get_section(req->req_config, dn_sect); in php_openssl_csr_make()
Completed in 20 milliseconds