X509V3_EXT_V2I

Parse configuration name/value pairs into an extension-specific value.

Synopsis

Declared in <openssl/x509v3.h>

typedef void*(* X509V3_EXT_V2I)(v3_ext_method const*, v3_ext_ctx*, stack_st_CONF_VALUE*);

Return Value

Extension-specific value, or NULL on error.

Parameters

NameDescription
methodExtension method describing the conversion.
ctxExtension context for the conversion.
valuesStack of CONF_VALUE entries describing the extension.