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