Searched refs:addext_conf (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | req.c | 79 static CONF *addext_conf = NULL; variable 543 if ((addext_conf = app_load_config_bio(addext_bio, NULL)) == NULL) in req_main() 594 if (addext_conf != NULL) { in req_main() 600 if (!X509V3_EXT_add_nconf(addext_conf, &ctx, "default", NULL)) { in req_main() 866 if (addext_conf != NULL in req_main() 867 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default", in req_main() 904 if (addext_conf != NULL in req_main() 905 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "default", in req_main() 1048 NCONF_free(addext_conf); in req_main()
|
Completed in 10 milliseconds