Home | History | Annotate | Download | only in x509

Lines Matching defs:last

239 	/* Examine last certificate in chain and see if it
315 /* Is last certificate looked up self signed? */
620 /* Ignore self issued certs unless last in chain */
657 /* For now just check the last certificate in the chain */
676 int i, last, ok;
680 last = sk_X509_num(ctx->chain) - 1;
686 last = 0;
688 for(i = 0; i <= last; i++)
1354 /* Else find CRL issuer: if not last certificate then issuer
1653 /* The last error (if any) is still in the error value */