Return the public key from the certificate template of a certificate-request message.
Declared in <openssl/cmp.h>
X509_PUBKEY*
OSSL_CMP_MSG_get0_certreq_publickey(OSSL_CMP_MSG const* msg);
Public key from the template, or NULL if absent or on error.
| Name | Description |
|---|---|
| msg | CMP certificate-request message (IR, CR, KUR, or similar). |