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