1gnutls_auth_get_type(3)             gnutls             gnutls_auth_get_type(3)
2
3
4

NAME

6       gnutls_auth_get_type  - Returns the type of credentials for the current
7       authentication schema.
8

SYNOPSIS

10       #include <gnutls/gnutls.h>
11
12       gnutls_credentials_type_t  gnutls_auth_get_type(gnutls_session_t   ses‐
13       sion);
14

ARGUMENTS

16       gnutls_session_t session
17                   is a gnutls_session_t structure.
18

DESCRIPTION

20       Returns type of credentials for the current authentication schema.  The
21       returned information is to be used to distinguish the function used  to
22       access authentication data.
23
24       Eg.  for  CERTIFICATE  ciphersuites  (key  exchange algorithms: KX_RSA,
25       KX_DHE_RSA), the same function are to be used to access the authentica‐
26       tion data.
27

REPORTING BUGS

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

SEE ALSO

38       The  full  documentation  for gnutls is maintained as a Texinfo manual.
39       If the info and gnutls programs are properly installed  at  your  site,
40       the command
41
42              info gnutls
43
44       should give you access to the complete manual.
45
46
47
48gnutls                               1.6.3             gnutls_auth_get_type(3)
Impressum