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

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.

Created with MrDocs