Return the public key from a CRMF CertTemplate.
Synopsis
Declared in <openssl/crmf.h>
X509_PUBKEY*
OSSL_CRMF_CERTTEMPLATE_get0_publicKey(OSSL_CRMF_CERTTEMPLATE const* tmpl);
Return Value
Internal public key pointer, or NULL if absent or on error.
Parameters
Name |
Description |
tmpl |
CertTemplate to query. |
Created with MrDocs