logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OSSL_IETF_ATTR_SYNTAX_print - OSSL_IETF_ATTR_SYNTAX printing

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.

History

OSSL_IETF_ATTR_SYNTAX_print() was added in OpenSSL 3.4.

Name

       OSSL_IETF_ATTR_SYNTAX_print - OSSL_IETF_ATTR_SYNTAX printing

Return Values

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

See Also

ASN1_STRING_print_ex(3)

Synopsis

        #include <openssl/x509_acert.h>

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

See Also