Return the stack of extensions on a CRL (crlExtensions), if any.

Synopsis

Declared in <openssl/x509.h>

stack_st_X509_EXTENSION const*
X509_CRL_get0_extensions(X509_CRL const* crl);

Return Value

Internal STACK_OF(X509_EXTENSION) pointer, or NULL if none; do not free.

Parameters

Name

Description

crl

CRL to query.

Created with MrDocs