OSSL_IETF_ATTR_SYNTAX_print.3ossl - Man Page

OSSL_IETF_ATTR_SYNTAX printing

Synopsis

 #include <openssl/x509_acert.h>

 int OSSL_IETF_ATTR_SYNTAX_print(BIO *bp, OSSL_IETF_ATTR_SYNTAX *a,
                                 int indent);

Description

OSSL_IETF_ATTR_SYNTAX_print() prints a human readable version of a to BIO bp. Each line of the output is indented by indent spaces.

Return Values

OSSL_IETF_ATTR_SYNTAX_print() return 1 on success or 0 on failure.

See Also

ASN1_STRING_print_ex(3)

History

OSSL_IETF_ATTR_SYNTAX_print() was added in OpenSSL 3.4.

Info

2025-03-26 3.5.0-beta1 OpenSSL