Synopsis
Declared in <openssl/x509.h>
struct stack_st_X509_EXTENSION;
Non-Member Functions
Name |
Description |
Return the extension stack from a time‐stamp request. |
|
Return the extension stack from a TSTInfo structure. |
|
Encode extension structure |
|
Decode the first (or next) extension of type |
|
Return the stack of extensions on a CRL (crlExtensions), if any. |
|
Return the first stack of X.509 extensions found in a certificate request's attributes. |
|
Return the stack of extensions on a CRL revoked‐entry, if any. |
|
Return the certificate extensions stack without duplicating it. |
|
Insert a duplicate of an extension into an X.509v3 extension stack. |
|
Remove and return the extension at index |
|
Return the extension at index |
|
Find an extension by NID in a stack of X509_EXTENSION. |
|
Find the next extension in |
|
Find the next X509 extension with a given critical flag in a stack. |
|
Return the number of extensions in an X.509v3 extension stack. |
Created with MrDocs