Return the first stack of X.509 extensions found in a certificate request's attributes.

Synopsis

Declared in <openssl/x509.h>

stack_st_X509_EXTENSION*
X509_REQ_get_extensions(X509_REQ* req);

Return Value

Newly allocated STACK_OF(X509_EXTENSION) (possibly empty); caller must free, or NULL on error.

Parameters

Name

Description

req

Certificate request to query.

Created with MrDocs