1gnutls_kx_get(3) gnutls gnutls_kx_get(3)
2
3
4
6 gnutls_kx_get - Returns the key exchange algorithm.
7
9 #include <gnutls/gnutls.h>
10
11 gnutls_kx_algorithm_t gnutls_kx_get(gnutls_session_t session);
12
14 gnutls_session_t session
15 is a gnutls_session_t structure.
16
18 Returns the key exchange algorithm used in the last handshake.
19
21 Report bugs to <bug-gnutls@gnu.org>.
22
24 Copyright © 2006 Free Software Foundation.
25 Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
30 The full documentation for gnutls is maintained as a Texinfo manual.
31 If the info and gnutls programs are properly installed at your site,
32 the command
33
34 info gnutls
35
36 should give you access to the complete manual.
37
38
39
40gnutls 1.6.3 gnutls_kx_get(3)