Searched defs:x509_store_st (Results 1 – 3 of 3) sorted by relevance
183 struct x509_store_st struct186 int cache; /* if true, stash any hits */188 CRYPTO_MUTEX objs_lock;194 X509_VERIFY_PARAM *param;197 X509_STORE_CTX_verify_fn verify; /* called to verify a certificate */198 X509_STORE_CTX_verify_cb verify_cb; /* error callback */199 X509_STORE_CTX_get_issuer_fn get_issuer; /* get issuers cert from ctx */200 X509_STORE_CTX_check_issued_fn check_issued; /* check issued */201 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */202 X509_STORE_CTX_get_crl_fn get_crl; /* retrieve CRL */[all …]
855 class x509_store_st(Structure): class