logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_tls_engine_description - TLS engine description

Description

       The nng_tls_engine_description() returns a short description for the current TLS engine. If no engine is
       registered, then the empty string ("") is returned. This is principally useful for diagnostic purposes.

Errors

       None.

Name

       nng_tls_engine_description - TLS engine description

Return Values

       The description of the engine of the engine.

See Also

nng_tls_engine_name(3tls), nng_tls_engine(5), nng(7)

                                                   2025-04-20                   NNG_TLS_ENGINE_DESCRIPTION(3tls)

Synopsis

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

           const char *nng_tls_engine_description(void);

See Also