Home
last modified time | relevance | path

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

/openssl/apps/
H A Dreq.c78 static CONF *addext_conf = NULL; variable
506 if ((addext_conf = app_load_config_bio(addext_bio, NULL)) == NULL) in req_main()
564 if (addext_conf != NULL) { in req_main()
569 X509V3_set_nconf(&ctx, addext_conf); in req_main()
570 if (!X509V3_EXT_add_nconf(addext_conf, &ctx, "default", NULL)) { in req_main()
850 if (addext_conf != NULL in req_main()
851 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default", in req_main()
887 if (addext_conf != NULL in req_main()
888 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "default", in req_main()
1030 NCONF_free(addext_conf); in req_main()

Completed in 11 milliseconds