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 This function returns the ciphersuite name under TLS1.2 or earlier ver‐
27 sions when provided with individual algorithms. The full cipher suite
28 name must be prepended by TLS or SSL depending of the protocol in use.
29
30 To get a description of the current ciphersuite across versions, it is
31 recommended to use gnutls_session_get_desc().
32
34 a string that contains the name of a TLS cipher suite, specified by the
35 given algorithms, or NULL.
36
38 Report bugs to <bugs@gnutls.org>.
39 Home page: https://www.gnutls.org
40
41
43 Copyright © 2001- Free Software Foundation, Inc., and others.
44 Copying and distribution of this file, with or without modification,
45 are permitted in any medium without royalty provided the copyright no‐
46 tice and this notice are preserved.
47
49 The full documentation for gnutls is maintained as a Texinfo manual.
50 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
51 visit
52
53 https://www.gnutls.org/manual/
54
55gnutls 3.7.2 gnutls_cipher_suite_get_name(3)