Home
last modified time | relevance | path

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

/external/openssl/apps/
Dreq.c180 char *req_exts = NULL; in MAIN() local
376 req_exts = *(++argv); in MAIN()
582 if(!req_exts) in MAIN()
584 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in MAIN()
585 if (!req_exts) in MAIN()
588 if(req_exts) { in MAIN()
593 if(!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) { in MAIN()
596 req_exts); in MAIN()
878 if(req_exts && !X509V3_EXT_REQ_add_nconf(req_conf, in MAIN()
879 &ext_ctx, req_exts, req)) in MAIN()
[all …]