X509_STORE_CTX_check_crl_fn

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

NameDescription
ctxVerification context performing the check.
crlCRL whose authenticity is checked.