1gnutls_psk_set_server_credentials_hingtng(un3tu)ltsls_psk_set_server_credentials_hint(3)
2
3
4
6 gnutls_psk_set_server_credentials_hint - Set a identity hint, in a
7 %gnutls_psk_server_credentials_t structure
8
10 #include <gnutls/gnutls.h>
11
12 int gnutls_psk_set_server_credentials_hint(gnutls_psk_server_creden‐
13 tials_t res, const char * hint);
14
16 gnutls_psk_server_credentials_t res
17 is a gnutls_psk_server_credentials_t structure.
18
19 const char * hint
20 is the PSK identity hint string
21
23 This function sets the identity hint, in a gnutls_psk_server_creden‐
24 tials_t structure. This hint is sent to the client to help it chose a
25 good PSK credential (i.e., username and password).
26
28 GNUTLS_E_SUCCESS on success, or an error code.
29
31 2.4.0
32
34 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
35 http://www.gnu.org/software/gnutls/ General help using GNU software:
36 http://www.gnu.org/gethelp/
37
39 Copyright © 2008 Free Software Foundation.
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 info and gnutls programs are properly installed at your site,
47 the command
48
49 info gnutls
50
51 should give you access to the complete manual.
52
53
54
55gnutls 2g.n8u.t6ls_psk_set_server_credentials_hint(3)