Searched refs:attr_sect (Results 1 – 1 of 1) sorted by relevance
/openssl-master/apps/ |
A D | req.c | 54 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, 1068 char *tmp, *dn_sect, *attr_sect; in make_REQ() local 1087 attr_sect = NCONF_get_string(req_conf, section, ATTRIBUTES); in make_REQ() 1088 if (attr_sect == NULL) { in make_REQ() 1091 attr_sk = NCONF_get_section(req_conf, attr_sect); in make_REQ() 1093 BIO_printf(bio_err, "Unable to get '%s' section\n", attr_sect); in make_REQ() 1107 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ() 1244 if ((def = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info() 1252 if ((value = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info() 1260 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) { in prompt_info() [all …]
|
Completed in 5 milliseconds