Home
last modified time | relevance | path

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

/openssl/test/
H A Dv3ext.c398 if (!TEST_true(X509V3_EXT_add_nconf(conf, &ctx, "default", in test_ext_syntax()
405 if (!TEST_false(X509V3_EXT_add_nconf(conf, &ctx, "default", in test_ext_syntax()
/openssl/crypto/x509/
H A Dv3_conf.c359 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() function
564 ret = X509V3_EXT_add_nconf(ctmp, ctx, section, cert); in X509V3_EXT_add_conf()
/openssl/apps/
H A Dreq.c587 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main()
600 if (!X509V3_EXT_add_nconf(addext_conf, &ctx, "default", NULL)) { in req_main()
861 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extsect, new_x509)) { in req_main()
867 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default", in req_main()
H A Dca.c851 if (!X509V3_EXT_add_nconf(extfile_conf, &ctx, extensions, NULL)) { in ca_main()
871 if (!X509V3_EXT_add_nconf(conf, &ctx, extensions, NULL)) { in ca_main()
1133 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) { in ca_main()
1712 if (!X509V3_EXT_add_nconf(extfile_conf, &ext_ctx, ext_sect, ret)) { in do_body()
1725 if (!X509V3_EXT_add_nconf(lconf, &ext_ctx, ext_sect, ret)) { in do_body()
H A Dx509.c726 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
880 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main()
/openssl/util/
H A Dmissingcrypto.txt1040 X509V3_EXT_add_nconf(3)
H A Dmissingcrypto111.txt1403 X509V3_EXT_add_nconf(3)
H A Dlibcrypto.num2426 X509V3_EXT_add_nconf 2478 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dx509v3.h.in643 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,

Completed in 55 milliseconds