stack_st_X509_EXTENSION

Synopsis

Declared in <openssl/x509.h>

struct stack_st_X509_EXTENSION;

Non-Member Functions

NameDescription
TS_REQ_get_extsReturn the extension stack from a time-stamp request.
TS_TST_INFO_get_extsReturn the extension stack from a TSTInfo structure.
X509V3_add1_i2dEncode extension structure value and add/replace it on stack *x.
X509V3_get_d2iDecode the first (or next) extension of type nid from a stack into its native structure.
X509_CRL_get0_extensionsReturn the stack of extensions on a CRL (crlExtensions), if any.
X509_REQ_get_extensionsReturn the first stack of X.509 extensions found in a certificate request's attributes.
X509_REVOKED_get0_extensionsReturn the stack of extensions on a CRL revoked-entry, if any.
X509_get0_extensionsReturn the certificate extensions stack without duplicating it.
X509v3_add_extInsert a duplicate of an extension into an X.509v3 extension stack.
X509v3_delete_extRemove and return the extension at index loc from an extension stack.
X509v3_get_extReturn the extension at index loc from a stack of X509_EXTENSION.
X509v3_get_ext_by_NIDFind an extension by NID in a stack of X509_EXTENSION.
X509v3_get_ext_by_OBJFind the next extension in x whose OID matches obj.
X509v3_get_ext_by_criticalFind the next X509 extension with a given critical flag in a stack.
X509v3_get_ext_countReturn the number of extensions in an X.509v3 extension stack.