X509_STORE_CTX_check_revocation_fn

Callback that checks revocation status for certificates in a store context.

Synopsis

Declared in <openssl/x509_vfy.h>

typedef int(* X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX*);

Return Value

1 if revocation checks succeed, or 0 on failure.

Parameters

NameDescription
ctxVerification context whose current chain should be revocation-checked.