Return the pkiPublicationInfo regCtrl from a CRMF CertReqMsg, if present.
Declared in <openssl/crmf.h>
OSSL_CRMF_PKIPUBLICATIONINFO*
OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo(OSSL_CRMF_MSG const* msg);
Internal PKIPublicationInfo pointer, or NULL if absent; see RFC 4211 section 6.3.
| Name | Description |
|---|---|
| msg | CertReqMsg to query. |