Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dx509.c324 CONF *extconf = NULL; in x509_main() local
777 if ((extconf = app_load_config(extfile)) == NULL) in x509_main()
780 extsect = app_conf_try_string(extconf, "default", "extensions"); in x509_main()
785 X509V3_set_nconf(&ctx2, extconf); in x509_main()
786 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
934 if (extconf != NULL && !x509toreq) { in x509_main()
935 X509V3_set_nconf(&ext_ctx, extconf); in x509_main()
936 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main()
962 if (extconf != NULL) { in x509_main()
963 X509V3_set_nconf(&ext_ctx, extconf); in x509_main()
[all …]