Searched refs:addext_conf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | req.c | 79 static CONF *addext_conf = NULL; variable 582 if ((addext_conf = app_load_config_bio(addext_bio, NULL)) == NULL) in req_main() 633 if (addext_conf != NULL) { in req_main() 639 if (!X509V3_EXT_add_nconf(addext_conf, &ctx, "default", NULL)) { in req_main() 903 if (addext_conf != NULL in req_main() 904 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default", in req_main() 942 if (addext_conf != NULL in req_main() 943 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "default", in req_main() 1083 NCONF_free(addext_conf); in req_main()
|