Return the certificate extensions stack without duplicating it.
Declared in <openssl/x509.h>
stack_st_X509_EXTENSION const*
X509_get0_extensions(X509 const* x);
Internal STACK_OF(X509_EXTENSION) (do not free), or NULL if none.
| Name | Description |
|---|---|
| x | Certificate to query. |