1gnutls_cipher_suite_get_name(3)     gnutls     gnutls_cipher_suite_get_name(3)
2
3
4

NAME

6       gnutls_cipher_suite_get_name  -  Returns  a string with the name of the
7       specified cipher suite
8

SYNOPSIS

10       #include <gnutls/gnutls.h>
11
12       const   char    *    gnutls_cipher_suite_get_name(gnutls_kx_algorithm_t
13       kx_algorithm,    gnutls_cipher_algorithm_t            cipher_algorithm,
14       gnutls_mac_algorithm_t mac_algorithm);
15

ARGUMENTS

17       gnutls_kx_algorithm_t          kx_algorithm
18                   is a Key exchange algorithm
19
20       gnutls_cipher_algorithm_t          cipher_algorithm
21                   is a cipher algorithm
22
23       gnutls_mac_algorithm_t mac_algorithm
24                   is a MAC algorithm
25

DESCRIPTION

27       Returns a string that contains the name of a TLS cipher  suite,  speci‐
28       fied by the given algorithms, or NULL.
29
30       Note  that  the  full cipher suite name must be prepended by TLS or SSL
31       depending of the protocol in use.
32

REPORTING BUGS

34       Report bugs to <bug-gnutls@gnu.org>.
35
37       Copyright © 2006 Free Software Foundation.
38       Permission is granted to make and distribute verbatim  copies  of  this
39       manual  provided  the  copyright  notice and this permission notice are
40       preserved on all copies.
41

SEE ALSO

43       The full documentation for gnutls is maintained as  a  Texinfo  manual.
44       If  the  info  and gnutls programs are properly installed at your site,
45       the command
46
47              info gnutls
48
49       should give you access to the complete manual.
50
51
52
53gnutls                               1.6.3     gnutls_cipher_suite_get_name(3)
Impressum