1gnutls_certificate_set_trust_list(3)gnutlsgnutls_certificate_set_trust_list(3)
2
3
4

NAME

6       gnutls_certificate_set_trust_list - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       void gnutls_certificate_set_trust_list(gnutls_certificate_credentials_t
12       res, gnutls_x509_trust_list_t tlist, unsigned flags);
13

ARGUMENTS

15       gnutls_certificate_credentials_t res
16                   is a gnutls_certificate_credentials_t type.
17
18       gnutls_x509_trust_list_t tlist
19                   is a gnutls_x509_trust_list_t type
20
21       unsigned flags
22                   must be zero
23

DESCRIPTION

25       This function sets a trust list in the gnutls_certificate_credentials_t
26       type.
27
28       Note  that the  tlist will become part of the credentials structure and
29       must not be deallocated. It will be automatically deallocated when  the
30       res structure is deinitialized.
31

RETURNS

33       GNUTLS_E_SUCCESS (0) on success, or a negative error code.
34

SINCE

36       3.2.2
37

REPORTING BUGS

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

SEE ALSO

50       The  full  documentation  for gnutls is maintained as a Texinfo manual.
51       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
52       visit
53
54       https://www.gnutls.org/manual/
55
56gnutls                              3.6.11gnutls_certificate_set_trust_list(3)
Impressum