Return the first stack of X.509 extensions found in a certificate request's attributes.
Declared in <openssl/x509.h>
stack_st_X509_EXTENSION*
X509_REQ_get_extensions(X509_REQ* req);
Newly allocated STACK_OF(X509_EXTENSION) (possibly empty); caller must free, or NULL on error.
| Name | Description |
|---|---|
| req | Certificate request to query. |