logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

gnutls_protocol_get_name - API function

Arguments

gnutls_protocol_t version is a (gnutls) version number

Description

Convert a gnutls_protocol_t value to a string.

Name

gnutls_protocol_get_name - API function

Reporting Bugs

Report bugs to <bugs@gnutls.org>. Home page: https://www.gnutls.org

Returns

a string that contains the name of the specified TLS version (e.g., "TLS1.0"), or NULL.

See Also

The full documentation for gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit https://www.gnutls.org/manual/ gnutls 3.8.9 gnutls_protocol_get_name(3)

Synopsis

#include<gnutls/gnutls.h>constchar*gnutls_protocol_get_name(gnutls_protocol_tversion);

See Also