blob: 88b6dfd319a8aa51a99979462170de93e26fe8b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {const char *} {gnutls_ext_get_name} (unsigned int @var{ext})
@var{ext}: is a TLS extension numeric ID
Convert a TLS extension numeric ID to a printable string.
@strong{Returns:} a pointer to a string that contains the name of the
specified cipher, or @code{NULL} .
@end deftypefun
|