Method table describing encode/decode/print behaviour for one X.509v3 extension NID.
Synopsis
Declared in <openssl/x509v3.h>
struct v3_ext_method;
Data Members
Name |
Description |
Decode DER into an extension‐specific value. |
|
Flags such as X509V3_EXT_DYNAMIC, X509V3_EXT_CTX_DEP, or X509V3_EXT_MULTILINE. |
|
Free an extension‐specific value previously allocated by |
|
Allocate a new extension‐specific value. |
|
NID of the extension OID this method implements. |
|
Encode an extension‐specific value to DER. |
|
Print an extension value to a BIO. |
|
Convert an extension value to a configuration string. |
|
Convert an extension value to a stack of CONF_VALUE name/value pairs. |
|
ASN.1 item template used instead of the old‐style d2i/i2d callbacks when set. |
|
Parse a raw configuration string into an extension value. |
|
Parse a configuration string into an extension value. |
|
Extension‐specific data pointer for method callbacks. |
|
Parse a stack of CONF_VALUE entries into an extension‐specific value. |
Created with MrDocs