Return the stack of extensions on a CRL (crlExtensions), if any.
Declared in <openssl/x509.h>
stack_st_X509_EXTENSION const*
X509_CRL_get0_extensions(X509_CRL const* crl);
Internal STACK_OF(X509_EXTENSION) pointer, or NULL if none; do not free.
| Name | Description |
|---|---|
| crl | CRL to query. |