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

Name

Description

method

Extension method describing the conversion.

ext

Extension‐specific value to convert.

Created with MrDocs