Home
last modified time | relevance | path

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

/openbsd/usr.bin/openssl/
H A Dreq.c109 STACK_OF(CONF_VALUE) * dn_sk, char *dn_sect,
1133 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1141 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME); in make_REQ()
1142 if (dn_sect == NULL) { in make_REQ()
1147 dn_sk = NCONF_get_section(req_conf, dn_sect); in make_REQ()
1149 BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect); in make_REQ()
1210 STACK_OF(CONF_VALUE) * dn_sk, char *dn_sect, in prompt_info() argument
1275 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1285 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1295 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) { in prompt_info()
[all …]