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