1gnutls_certificate_set_openpgp_trustdgbng(un3tu)ltsls_certificate_set_openpgp_trustdb(3)
2
3
4
6 gnutls_certificate_set_openpgp_trustdb - Used to set an GnuPG trustdb
7
9 #include <gnutls/extra.h>
10
11 int gnutls_certificate_set_openpgp_trustdb(gnutls_certificate_creden‐
12 tials_t res, const char * trustdb);
13
15 gnutls_certificate_credentials_t res
16 the destination context to save the data.
17
18 const char * trustdb
19 is the trustdb filename
20
22 This funtion will set a GnuPG trustdb which will be used in key verifi‐
23 cation functions. Only version 3 trustdb files are supported.
24
26 Report bugs to <bug-gnutls@gnu.org>.
27
29 Copyright © 2006 Free Software Foundation.
30 Permission is granted to make and distribute verbatim copies of this
31 manual provided the copyright notice and this permission notice are
32 preserved on all copies.
33
35 The full documentation for gnutls is maintained as a Texinfo manual.
36 If the info and gnutls programs are properly installed at your site,
37 the command
38
39 info gnutls
40
41 should give you access to the complete manual.
42
43
44
45gnutls 1g.n6u.t3ls_certificate_set_openpgp_trustdb(3)