Lines Matching refs:extsect
297 char *extsect = NULL; in req_main() local
512 extsect = opt_arg(); in req_main()
617 if (extsect == NULL) in req_main()
618 extsect = app_conf_try_string(req_conf, section, in req_main()
620 if (extsect != NULL) { in req_main()
626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main()
629 gen_x509 ? "x509" : "request", extsect); in req_main()
897 if (extsect != NULL in req_main()
898 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extsect, new_x509)) { in req_main()
900 extsect); in req_main()
936 if (extsect != NULL in req_main()
937 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx, extsect, req)) { in req_main()
939 extsect); in req_main()