Callback type for evaluating a newly enrolled certificate before certConf.
Declared in <openssl/cmp.h>
typedef int(* OSSL_CMP_certConf_cb_t)(OSSL_CMP_CTX*, X509*, int, char const**);
0 to accept the certificate, or a PKIFailureInfo bit field on rejection.
| Name | Description |
|---|---|
| ctx | CMP context. |
| cert | Newly enrolled certificate to inspect. |
| fail_info | Pre-decision PKIFailureInfo bit field from the library. |
| txt | Optional output for a detail string on rejection. |