X509_ACERT_print_ex.3ossl - Man Page

X509_ACERT_print_ex, X509_ACERT_print ​- X509_ACERT printing routines

Synopsis

​ #include <openssl/x509_acert.h>
​
​ int X509_ACERT_print(BIO *bp, X509_ACERT *acert);
​ int X509_ACERT_print_ex(BIO *bp, X509_ACERT *acert, unsigned long nmflags,
​                         unsigned long cflag);

Description

X509_ACERT_print_ex() prints a human readable version of the attribute certificate acert to BIO bp.

The following data contained in the attribute certificate is printed in order:

Return Values

X509_ACERT_print_ex() X509_ACERT_print() return 1 for success and 0 for failure.

See Also

X509_NAME_print_ex(3)

History

X509_ACERT_print() and X509_ACERT_print_ex() were added in OpenSSL 3.4.

Referenced By

The man page X509_ACERT_print.3ossl(3) is an alias of X509_ACERT_print_ex.3ossl(3).

2026-08-25 3.5.8 OpenSSL