Lines Matching defs:trusted
277 * If asked see if we can find issuer in trusted store first
298 * ahead and see if we can satisfy this from the trusted
340 * certificates. We now need to add at least one trusted one,
432 * If it's not explicitly trusted then check if there
473 * If not explicitly trusted then indicate error unless it's a single
687 /* Alternative lookup method: look from a STACK stored in ctx->trusted */
692 *issuer = find_issuer(ctx, ctx->trusted, x, 1);
866 /* Check all trusted certificates in chain */
871 /* If explicitly trusted return trusted */
888 * If we accept partial chains and have at least one trusted certificate
906 * If no trusted certs in chain at all return untrusted and allow
2309 /* Set alternative lookup method: just a STACK of trusted certificates.
2314 X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *trusted)
2316 X509_STORE_CTX_set0_trusted_stack(ctx, trusted);
2321 X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *trusted)
2323 ctx->trusted = trusted;