Return the number of extensions in an X.509v3 extension stack.

Synopsis

Declared in <openssl/x509.h>

int
X509v3_get_ext_count(stack_st_X509_EXTENSION const* x);

Return Value

Number of extensions, or 0 if none.

Parameters

Name

Description

x

Stack of extensions to query; may be NULL.

Created with MrDocs