Provided by: libnng-dev_1.9.0-1_amd64 bug

NAME

       nng_tls_config - TLS configuration object

SYNOPSIS

           #include <nng/supplemental/tls/tls.h>

           typedef struct nng_tls_config nng_tls_config;

DESCRIPTION

       An nng_tls_config represents a single TLS configuration object, which can be used to
       configure TLS servers and clients.

       Configuration data includes details such as certificate chains used for validation of
       remote peers, local key and certificate material, server names, and so forth.
       Additionally, a configuration can be used either in client mode, or in server mode.

       Configuration objects may be shared, and are reference counted. However once a
       configuration is used, it enters a read-only state that precludes further modifications to
       the configuration.

       Messages are allocated using the nng_tls_config_alloc() function, and are deallocated
       using the nng_tls_config_free() function.

SEE ALSO

       nng_tls_config_alloc(3tls), nng_tls_config_auth_mode(3tls), nng_tls_config_ca_chain(3tls),
       nng_tls_config_own_cert(3tls), nng_tls_config_free(3tls), nng_tls_config_hold(3tls),
       nng_tls_config_server_name(3tls), nng(7)

                                            2024-10-11                          NNG_TLS_CONFIG(5)