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

Name

Description

method

Extension method describing the conversion.

ext

Extension‐specific value to convert.

extlist

Existing stack to append to, or NULL to allocate a new one.

Created with MrDocs