OSSL_GENERAL_NAMES_print.3ossl - Man Page

print GeneralNames in a human-friendly, multi-line string

Synopsis

 #include <openssl/x509v3.h>

 int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent);

Description

OSSL_GENERAL_NAMES_print() prints a human readable version of the GeneralNames gens to BIO out. Each line is indented by indent spaces.

Return Values

OSSL_GENERAL_NAMES_print() always returns 1.

History

The functions described here were all added in OpenSSL 3.4.

Info

2025-03-26 3.5.0-beta1 OpenSSL