Home | History | Annotate | Download | only in x509

Lines Matching refs:cert

182  * function is then called to actually check the cert chain. */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
227 /* This is a used when verifying cert chains. Since the
228 * gathering of the cert chain can take some time (and have to be
236 X509 *cert; /* The cert to check */
246 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
259 int last_untrusted; /* index of last untrusted cert */
269 X509 *current_issuer; /* cert currently being tested as valid issuer */
326 /* These are 'informational' when looking for issuer cert */