1gnutls_ia_allocate_client_credentialsg(n3ug)tnlustls_ia_allocate_client_credentials(3)
2
3
4

NAME

6       gnutls_ia_allocate_client_credentials    -    Used   to   allocate   an
7       gnutls_ia_server_credentials_t structure
8

SYNOPSIS

10       #include <gnutls/extra.h>
11
12       int      gnutls_ia_allocate_client_credentials(gnutls_ia_client_creden‐
13       tials_t * sc);
14

ARGUMENTS

16       gnutls_ia_client_credentials_t * sc
17                   is  a  pointer  to an gnutls_ia_server_credentials_t struc‐
18                   ture.
19

DESCRIPTION

21       This structure is complex  enough  to  manipulate  directly  thus  this
22       helper function is provided in order to allocate it.
23
24       Adding  this  credential  to  a  session  will  enable TLS/IA, and will
25       require an Application Phase after the TLS  handshake  (if  the  server
26       support  TLS/IA).   Use  gnutls_ia_require_inner_phase()  to toggle the
27       TLS/IA mode.
28
29       Returns 0 on success.
30

REPORTING BUGS

32       Report bugs to <bug-gnutls@gnu.org>.
33
35       Copyright © 2006 Free Software Foundation.
36       Permission is granted to make and distribute verbatim  copies  of  this
37       manual  provided  the  copyright  notice and this permission notice are
38       preserved on all copies.
39

SEE ALSO

41       The full documentation for gnutls is maintained as  a  Texinfo  manual.
42       If  the  info  and gnutls programs are properly installed at your site,
43       the command
44
45              info gnutls
46
47       should give you access to the complete manual.
48
49
50
51gnutls                               1.g6n.u3tls_ia_allocate_client_credentials(3)
Impressum