Return the first certReq regInfo from a CRMF CertReqMsg, if present.
Synopsis
Declared in <openssl/crmf.h>
OSSL_CRMF_CERTREQUEST*
OSSL_CRMF_MSG_get0_regInfo_certReq(OSSL_CRMF_MSG const* msg);
Return Value
Internal certReq pointer, or NULL if absent.
Parameters
Name |
Description |
msg |
CertReqMsg to query. |
Created with MrDocs