Searched refs:ext_sect (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ca.c | 97 long days, int batch, const char *ext_sect, CONF *conf, 122 int batch, int verbose, X509_REQ *req, const char *ext_sect, 1269 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument 1323 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify() 1632 if (ext_sect) { in do_body() 1652 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect, ret)) { in do_body() 1655 ext_sect); in do_body() 1662 } else if (ext_sect) { in do_body() 1666 if (!X509V3_EXT_add_nconf(lconf, &ctx, ext_sect, ret)) { in do_body() 1669 ext_sect); in do_body() [all …]
|