Callback that checks revocation status for certificates in a store context.
Declared in <openssl/x509_vfy.h>
typedef int(* X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX*);
1 if revocation checks succeed, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Verification context whose current chain should be revocation-checked. |