Home | History | Annotate | Download | only in openssl

Lines Matching refs:cert

180  * 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 */
226 /* This is a used when verifying cert chains. Since the
227 * gathering of the cert chain can take some time (and have to be
234 X509 *cert; /* The cert to check */
244 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
257 int last_untrusted; /* index of last untrusted cert */
267 X509 *current_issuer; /* cert currently being tested as valid issuer */
324 /* These are 'informational' when looking for issuer cert */