Callback type that verifies the signature/validity of a CRL in context ctx.
Declared in <openssl/x509_vfy.h>
typedef int(* X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX*, X509_CRL*);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Verification context performing the check. |
| crl | CRL whose authenticity is checked. |