Searched refs:extconf (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | x509.c | 267 CONF *extconf = NULL; in x509_main() local 717 if ((extconf = app_load_config(extfile)) == NULL) in x509_main() 720 extsect = app_conf_try_string(extconf, "default", "extensions"); in x509_main() 725 X509V3_set_nconf(&ctx2, extconf); in x509_main() 726 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main() 878 if (extconf != NULL && !x509toreq) { in x509_main() 879 X509V3_set_nconf(&ext_ctx, extconf); in x509_main() 880 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main() 906 if (extconf != NULL) { in x509_main() 907 X509V3_set_nconf(&ext_ctx, extconf); in x509_main() [all …]
|
Completed in 8 milliseconds