X509V3_EXT_I2R

Print an extension-specific value to a BIO.

Synopsis

Declared in <openssl/x509v3.h>

typedef int(* X509V3_EXT_I2R)(v3_ext_method const*, void*, BIO*, int);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
methodExtension method describing the conversion.
extExtension-specific value to print.
outDestination BIO.
indentNumber of leading spaces for each line.