Home | History | Annotate | Download | only in x509

Lines Matching refs:cert

162 	if (ctx->cert == NULL)
175 (!sk_X509_push(ctx->chain,ctx->cert)))
180 CRYPTO_add(&ctx->cert->references,1,CRYPTO_LOCK_X509);
209 /* If we were passed a cert chain, use it first */
395 /* Given a STACK_OF(X509) find the issuer of cert (if any)
1026 /* Check cert for matching CRL distribution points */
1345 /* if we have an alternative CRL issuer cert use that */
1896 ctx->cert=x;
2002 ctx->cert=x509;