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