Home | History | Annotate | Download | only in x509

Lines Matching refs:untrusted

185 	if (ctx->untrusted != NULL
186 && (sktmp=sk_X509_dup(ctx->untrusted)) == NULL)
210 if (ctx->untrusted != NULL)
233 /* at this point, chain should contain a list of untrusted
489 /* Check all untrusted certificates */
1096 * set of untrusted certificates.
1098 for (i = 0; i < sk_X509_num(ctx->untrusted); i++)
1100 crl_issuer = sk_X509_value(ctx->untrusted, i);
1126 if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted))
1911 ctx->untrusted=sk;
2013 ctx->untrusted=chain;