1gnutls_cipher_suite_get_name(3) gnutls gnutls_cipher_suite_get_name(3)
2
3
4
6 gnutls_cipher_suite_get_name - API function
7
9 #include <gnutls/gnutls.h>
10
11 const char * gnutls_cipher_suite_get_name(gnutls_kx_algorithm_t
12 kx_algorithm, gnutls_cipher_algorithm_t cipher_algorithm,
13 gnutls_mac_algorithm_t mac_algorithm);
14
16 gnutls_kx_algorithm_t kx_algorithm
17 is a Key exchange algorithm
18
19 gnutls_cipher_algorithm_t cipher_algorithm
20 is a cipher algorithm
21
22 gnutls_mac_algorithm_t mac_algorithm
23 is a MAC algorithm
24
26 Note that the full cipher suite name must be prepended by TLS or SSL
27 depending of the protocol in use.
28
30 a string that contains the name of a TLS cipher suite, specified by the
31 given algorithms, or NULL.
32
34 Report bugs to <bugs@gnutls.org>.
35 Home page: http://www.gnutls.org
36
37
39 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
40 Copying and distribution of this file, with or without modification,
41 are permitted in any medium without royalty provided the copyright
42 notice and this notice are preserved.
43
45 The full documentation for gnutls is maintained as a Texinfo manual.
46 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
47 visit
48
49 http://www.gnutls.org/manual/
50
51gnutls 3.6.5 gnutls_cipher_suite_get_name(3)