Lines Matching defs:untrusted
253 if (ctx->untrusted != NULL &&
254 (sktmp = sk_X509_dup(ctx->untrusted)) == NULL) {
295 if (ctx->untrusted != NULL) {
297 * If we do not find a non-expired untrusted cert, peek
299 * store. If not, see if we have an expired untrusted cert.
335 /* Remember how many untrusted certs we have */
339 * At this point, chain should contain a list of untrusted
734 /* Check all untrusted certificates */
906 * If no trusted certs in chain at all return untrusted and allow
1312 * set of untrusted certificates.
1314 for (i = 0; i < sk_X509_num(ctx->untrusted); i++) {
1315 crl_issuer = sk_X509_value(ctx->untrusted, i);
1342 if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted)) {
2135 ctx->untrusted = sk;
2233 STACK_OF(X509) *untrusted)
2262 ctx->untrusted = untrusted;
2427 return ctx->untrusted;
2434 ctx->untrusted = sk;