Return the X.509 extensions from a CRMF CertTemplate.
Synopsis
Declared in <openssl/crmf.h>
X509_EXTENSIONS*
OSSL_CRMF_CERTTEMPLATE_get0_extensions(OSSL_CRMF_CERTTEMPLATE const* tmpl);
Return Value
Internal extensions stack, or NULL if absent or on error.
Parameters
Name |
Description |
tmpl |
CertTemplate to query. |
Created with MrDocs