Return the certificate extensions stack without duplicating it.

Synopsis

Declared in <openssl/x509.h>

stack_st_X509_EXTENSION const*
X509_get0_extensions(X509 const* x);

Return Value

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

Parameters

Name

Description

x

Certificate to query.

Created with MrDocs