Searched refs:X509V3_EXT_add_nconf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c354 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, function
513 return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
H A Dx509v3.h618 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
/freebsd-11.0-release/crypto/openssl/apps/
H A Dx509.c557 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) {
1164 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
1250 if (!X509V3_EXT_add_nconf(conf, &ctx, section, x))
H A Dreq.c537 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) {
583 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
817 if (extensions && !X509V3_EXT_add_nconf(req_conf,
H A Dca.c1035 if (!X509V3_EXT_add_nconf(conf, &ctx, extensions, NULL)) {
1299 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) {
2018 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect, ret)) {
2032 if (!X509V3_EXT_add_nconf(lconf, &ctx, ext_sect, ret)) {

Completed in 109 milliseconds