X509V3_EXT_I2V

Convert an extension value to a stack of configuration name/value pairs.

Synopsis

Declared in <openssl/x509v3.h>

typedef stack_st_CONF_VALUE*(* X509V3_EXT_I2V)(v3_ext_method const*, void*, stack_st_CONF_VALUE*);

Return Value

Stack of CONF_VALUE entries, or NULL on error.

Parameters

NameDescription
methodExtension method describing the conversion.
extExtension-specific value to convert.
extlistExisting stack to append to, or NULL to allocate a new one.