Callback type that evaluates certificate policies for a verification context.

Synopsis

Declared in <openssl/x509_vfy.h>

typedef int(* X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX*);

Return Value

1 if policy checking succeeds, or 0 on failure.

Parameters

Name

Description

ctx

Store context whose chain and policy state are examined.

Created with MrDocs