Callback type that evaluates certificate policies for a verification context.
Declared in <openssl/x509_vfy.h>
typedef int(* X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX*);
1 if policy checking succeeds, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Store context whose chain and policy state are examined. |