1gnutls_priority_certificate_type_listg(n3ug)tnlustls_priority_certificate_type_list(3)
2
3
4

NAME

6       gnutls_priority_certificate_type_list - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int   gnutls_priority_certificate_type_list(gnutls_priority_t   pcache,
12       const unsigned int ** list);
13

ARGUMENTS

15       gnutls_priority_t pcache
16                   is a gnutls_prioritity_t type.
17
18       const unsigned int ** list
19                   will point to an integer list
20

DESCRIPTION

22       Get a list of available certificate types in the priority structure.
23
24       As of version 3.6.4 this function is an alias for  gnutls_priority_cer‐
25       tificate_type_list2    with    the   target   parameter   set   to:   -
26       GNUTLS_CTYPE_SERVER,  if  the  SERVER_PRECEDENCE  option   is   set   -
27       GNUTLS_CTYPE_CLIENT, otherwise.
28

RETURNS

30       the number of certificate types, or an error code.
31

SINCE

33       3.0
34

REPORTING BUGS

36       Report bugs to <bugs@gnutls.org>.
37       Home page: https://www.gnutls.org
38
39
41       Copyright © 2001- Free Software Foundation, Inc., and others.
42       Copying  and  distribution  of this file, with or without modification,
43       are permitted in any medium  without  royalty  provided  the  copyright
44       notice and this notice are preserved.
45

SEE ALSO

47       The  full  documentation  for gnutls is maintained as a Texinfo manual.
48       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
49       visit
50
51       https://www.gnutls.org/manual/
52
53gnutls                              3.6g.n1u5tls_priority_certificate_type_list(3)
Impressum