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

Name

Description

ctx

Verification context whose current chain should be revocation‐checked.

Created with MrDocs