1gnutls_handshake_get_last_in(3) gnutls gnutls_handshake_get_last_in(3)
2
3
4
6 gnutls_handshake_get_last_in - Returns the last handshake message
7 received.
8
10 #include <gnutls/gnutls.h>
11
12 gnutls_handshake_description_t gnutls_handshake_get_last_in(gnutls_ses‐
13 sion_t session);
14
16 gnutls_session_t session
17 is a gnutls_session_t structure.
18
20 This function is only useful to check where the last performed hand‐
21 shake failed. If the previous handshake succeed or was not performed
22 at all then no meaningful value will be returned.
23
24 Check gnutls_handshake_description_t in gnutls.h for the available
25 handshake descriptions.
26
28 the last handshake message type received, a gnutls_handshake_descrip‐
29 tion_t.
30
32 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
33 http://www.gnu.org/software/gnutls/ General help using GNU software:
34 http://www.gnu.org/gethelp/
35
37 Copyright © 2008 Free Software Foundation.
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.
41
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 2.8.6 gnutls_handshake_get_last_in(3)