GENERAL_NAME_print

Print a GeneralName to a BIO in human-readable form.

Synopsis

Declared in <openssl/x509v3.h>

int
GENERAL_NAME_print(
    BIO* out,
    GENERAL_NAME* gen);

Return Value

1 on success.

Parameters

NameDescription
outDestination BIO.
genGeneralName to print.