xref: /freebsd/crypto/openssl/doc/man3/OSSL_IETF_ATTR_SYNTAX_print.pod (revision e7be843b4a162e68651d3911f0357ed464915629)
1*e7be843bSPierre Pronchery=pod
2*e7be843bSPierre Pronchery
3*e7be843bSPierre Pronchery=head1 NAME
4*e7be843bSPierre Pronchery
5*e7be843bSPierre ProncheryOSSL_IETF_ATTR_SYNTAX_print - OSSL_IETF_ATTR_SYNTAX printing
6*e7be843bSPierre Pronchery
7*e7be843bSPierre Pronchery=head1 SYNOPSIS
8*e7be843bSPierre Pronchery
9*e7be843bSPierre Pronchery #include <openssl/x509_acert.h>
10*e7be843bSPierre Pronchery
11*e7be843bSPierre Pronchery int OSSL_IETF_ATTR_SYNTAX_print(BIO *bp, OSSL_IETF_ATTR_SYNTAX *a,
12*e7be843bSPierre Pronchery                                 int indent);
13*e7be843bSPierre Pronchery
14*e7be843bSPierre Pronchery=head1 DESCRIPTION
15*e7be843bSPierre Pronchery
16*e7be843bSPierre ProncheryOSSL_IETF_ATTR_SYNTAX_print() prints a human readable version of I<a> to
17*e7be843bSPierre ProncheryBIO I<bp>.
18*e7be843bSPierre ProncheryEach line of the output is indented by I<indent> spaces.
19*e7be843bSPierre Pronchery
20*e7be843bSPierre Pronchery=head1 RETURN VALUES
21*e7be843bSPierre Pronchery
22*e7be843bSPierre ProncheryOSSL_IETF_ATTR_SYNTAX_print() return 1 on success or 0 on failure.
23*e7be843bSPierre Pronchery
24*e7be843bSPierre Pronchery=head1 SEE ALSO
25*e7be843bSPierre Pronchery
26*e7be843bSPierre ProncheryL<ASN1_STRING_print_ex(3)>
27*e7be843bSPierre Pronchery
28*e7be843bSPierre Pronchery=head1 HISTORY
29*e7be843bSPierre Pronchery
30*e7be843bSPierre ProncheryOSSL_IETF_ATTR_SYNTAX_print() was added in OpenSSL 3.4.
31*e7be843bSPierre Pronchery
32*e7be843bSPierre Pronchery=head1 COPYRIGHT
33*e7be843bSPierre Pronchery
34*e7be843bSPierre ProncheryCopyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
35*e7be843bSPierre Pronchery
36*e7be843bSPierre ProncheryLicensed under the Apache License 2.0 (the "License").  You may not use
37*e7be843bSPierre Proncherythis file except in compliance with the License.  You can obtain a copy
38*e7be843bSPierre Proncheryin the file LICENSE in the source distribution or at
39*e7be843bSPierre ProncheryL<https://www.openssl.org/source/license.html>.
40*e7be843bSPierre Pronchery
41*e7be843bSPierre Pronchery=cut
42