Print an extension-specific value to a BIO.
Declared in <openssl/x509v3.h>
typedef int(* X509V3_EXT_I2R)(v3_ext_method const*, void*, BIO*, int);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| method | Extension method describing the conversion. |
| ext | Extension-specific value to print. |
| out | Destination BIO. |
| indent | Number of leading spaces for each line. |