Searched defs:x509_store_ctx_st (Results 1 – 3 of 3) sorted by relevance
228 struct x509_store_ctx_st /* X509_STORE_CTX */ struct230 X509_STORE *ctx;233 X509 *cert; /* The cert to check */237 X509_VERIFY_PARAM *param;238 void *other_ctx; /* Other info for use with get_issuer() */241 X509_STORE_CTX_verify_fn verify; /* called to verify a certificate */242 X509_STORE_CTX_verify_cb verify_cb; /* error callback */243 X509_STORE_CTX_get_issuer_fn get_issuer; /* get issuers cert from ctx */244 X509_STORE_CTX_check_issued_fn check_issued; /* check issued */245 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */[all …]
858 class x509_store_ctx_st(Structure): class