Searched defs:x509_store_st (Results 1 – 1 of 1) sorted by relevance
181 struct x509_store_st struct184 int cache; /* if true, stash any hits */186 CRYPTO_MUTEX objs_lock;191 X509_VERIFY_PARAM *param;194 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */195 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */196 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */197 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */198 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */199 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */[all …]