Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 2cd25d4
  • /
  • man3
  • /
  • OSSL_IETF_ATTR_SYNTAX_print.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:b3b956295715540a683831be0a69f20f30b59ccc
directory badge Iframe embedding
swh:1:dir:e72ef10f5660b1676bea7a66f410ad096241641f
OSSL_IETF_ATTR_SYNTAX_print.pod
=pod

=head1 NAME

OSSL_IETF_ATTR_SYNTAX_print - OSSL_IETF_ATTR_SYNTAX printing

=head1 SYNOPSIS

 #include <openssl/x509_acert.h>

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

=head1 DESCRIPTION

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

=head1 RETURN VALUES

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

=head1 SEE ALSO

L<ASN1_STRING_print_ex(3)>

=head1 HISTORY

OSSL_IETF_ATTR_SYNTAX_print() was added in OpenSSL 3.4.

=head1 COPYRIGHT

Copyright 2021-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
L<https://www.openssl.org/source/license.html>.

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top