Lines Matching refs:untrusted
58 return ctx->untrusted;
62 * Set untrusted certificates for path construction in authentication of
67 STACK_OF(X509) *untrusted = NULL;
73 if (!ossl_x509_add_certs_new(&untrusted, certs,
76 sk_X509_pop_free(ctx->untrusted, X509_free);
77 ctx->untrusted = untrusted;
80 sk_X509_pop_free(untrusted, X509_free);
121 if ((ctx->untrusted = sk_X509_new_null()) == NULL)
202 sk_X509_pop_free(ctx->untrusted, X509_free);
765 if (!ossl_x509_add_certs_new(&ctx->untrusted, candidates,
770 chain = X509_build_chain(ctx->cert, ctx->untrusted, own_trusted, 0,