Home
last modified time | relevance | path

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

/external/openssl/apps/
Dx509.c195 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; in MAIN() local
288 extsect= *(++argv); in MAIN()
517 if (!extsect) in MAIN()
519 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
520 if (!extsect) in MAIN()
523 extsect = "default"; in MAIN()
528 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) in MAIN()
532 extsect); in MAIN()
933 extconf, extsect)) goto end; in MAIN()
958 extconf, extsect, sno)) in MAIN()