Synopsis

Declared in <openssl/x509.h>

struct stack_st_X509_EXTENSION;

Non-Member Functions

Name

Description

TS_REQ_get_exts

Return the extension stack from a time‐stamp request.

TS_TST_INFO_get_exts

Return the extension stack from a TSTInfo structure.

X509V3_add1_i2d

Encode extension structure value and add/replace it on stack *`x.`

X509V3_get_d2i

Decode the first (or next) extension of type nid from a stack into its native structure.

X509_CRL_get0_extensions

Return the stack of extensions on a CRL (crlExtensions), if any.

X509_REQ_get_extensions

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

X509_REVOKED_get0_extensions

Return the stack of extensions on a CRL revoked‐entry, if any.

X509_get0_extensions

Return the certificate extensions stack without duplicating it.

X509v3_add_ext

Insert a duplicate of an extension into an X.509v3 extension stack.

X509v3_delete_ext

Remove and return the extension at index loc from an extension stack.

X509v3_get_ext

Return the extension at index loc from a stack of X509_EXTENSION.

X509v3_get_ext_by_NID

Find an extension by NID in a stack of X509_EXTENSION.

X509v3_get_ext_by_OBJ

Find the next extension in x whose OID matches obj.

X509v3_get_ext_by_critical

Find the next X509 extension with a given critical flag in a stack.

X509v3_get_ext_count

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

Created with MrDocs