manpagez: man pages & more
man OSSL_GENERAL_NAMES_print(3)
Home | html | info | man
OSSL_GENERAL_NAMES_PRINT(3ossl)     OpenSSL    OSSL_GENERAL_NAMES_PRINT(3ossl)



NAME

       OSSL_GENERAL_NAMES_print - print GeneralNames in a human-friendly,
       multi-line string


SYNOPSIS

        #include <openssl/x509v3.h>

        int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent);


DESCRIPTION

       OSSL_GENERAL_NAMES_print(3) prints a human readable version of the
       GeneralNames gens to BIO out. Each line is indented by indent spaces.


RETURN VALUES

       OSSL_GENERAL_NAMES_print(3) always returns 1.


HISTORY

       The functions described here were all added in OpenSSL 3.4.


COPYRIGHT

       Copyright 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>.

3.4.0                             2024-10-29   OSSL_GENERAL_NAMES_PRINT(3ossl)

openssl 3.4.0 - Generated Mon Nov 11 18:43:15 CST 2024
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.