X509V3_EXT_I2S

Convert an extension value to a configuration string.

Synopsis

Declared in <openssl/x509v3.h>

typedef char*(* X509V3_EXT_I2S)(v3_ext_method const*, void*);

Return Value

Newly allocated string, or NULL on error.

Parameters

NameDescription
methodExtension method describing the conversion.
extExtension-specific value to convert.