1gnutls_certificate_set_openpgp_kegynruitnglgns_u_ftcilelsret(i3f)icate_set_openpgp_keyring_file(3)
2
3
4
6 gnutls_certificate_set_openpgp_keyring_file - Adds a keyring file for
7 OpenPGP
8
10 #include <gnutls/extra.h>
11
12 int gnutls_certificate_set_openpgp_keyring_file(gnutls_certificate_cre‐
13 dentials_t c, const char * file);
14
16 gnutls_certificate_credentials_t c
17 A certificate credentials structure
18
19 const char * file
20 filename of the keyring.
21
23 The function is used to set keyrings that will be used internally by
24 various OpenPGP functions. For example to find a key when it is needed
25 for an operations. The keyring will also be used at the verification
26 functions.
27
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
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 gnutl1s._6c.e3rtificate_set_openpgp_keyring_file(3)