NAME

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.

COPYRIGHT

Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.