Home | History | Annotate | Download | only in x509

Lines Matching refs:cert

199     if (ctx->cert == NULL) {
206 * This X509_STORE_CTX has already been used to verify a cert. We
221 if (ctx->chain == NULL || !sk_X509_push(ctx->chain, ctx->cert)) {
226 X509_up_ref(ctx->cert);
285 * If successful for now free up cert so it will be picked up
294 /* If we were passed a cert chain, use it first */
425 * Free up the found cert we'll add it again later
537 * Given a STACK_OF(X509) find the issuer of cert (if any)
766 ctx->current_cert = ctx->cert;
794 X509 *x = ctx->cert;
857 * standard (no issuer cert) etc errors to be indicated.
1217 /* Check cert for matching CRL distribution points */
1526 /* if we have an alternative CRL issuer cert use that */
2178 ctx->cert = x;
2283 ctx->cert = x509;