Return the mutable stack of revoked‐certificate entries in a CRL.
Synopsis
Declared in <openssl/x509.h>
stack_st_X509_REVOKED*
X509_CRL_get_REVOKED(X509_CRL* crl);
Return Value
Internal STACK_OF(X509_REVOKED) (do not free the stack itself), or NULL if empty/unset.
Parameters
Name |
Description |
crl |
CRL to query. |
Created with MrDocs