Callback type for evaluating a newly enrolled certificate before certConf.
Synopsis
Declared in <openssl/cmp.h>
typedef int(* OSSL_CMP_certConf_cb_t)(OSSL_CMP_CTX*, X509*, int, char const**);
Return Value
0 to accept the certificate, or a PKIFailureInfo bit field on rejection.
Parameters
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. |
Created with MrDocs