Convert an extension value to a configuration string.
Declared in <openssl/x509v3.h>
typedef char*(* X509V3_EXT_I2S)(v3_ext_method const*, void*);
Newly allocated string, or NULL on error.
| Name | Description |
|---|---|
| method | Extension method describing the conversion. |
| ext | Extension-specific value to convert. |