1gnutls_certificate_set_openpgp_keysegrgnvnueutrtl(ls3s_)certificate_set_openpgp_keyserver(3)
2
3
4
6 gnutls_certificate_set_openpgp_keyserver - Used to set an OpenPGP key
7 server
8
10 #include <gnutls/extra.h>
11
12 int gnutls_certificate_set_openpgp_keyserver(gnutls_certificate_creden‐
13 tials_t res, const char * keyserver, int port);
14
16 gnutls_certificate_credentials_t res
17 the destination context to save the data.
18
19 const char * keyserver
20 is the key server address
21
22 int port is the key server port to connect to
23
25 This funtion will set a key server for use with openpgp keys. This key
26 server will only be used if the peer sends a key fingerprint instead of
27 a key in the handshake. Using a key server may delay the handshake
28 process.
29
31 Report bugs to <bug-gnutls@gnu.org>.
32
34 Copyright © 2006 Free Software Foundation.
35 Permission is granted to make and distribute verbatim copies of this
36 manual provided the copyright notice and this permission notice are
37 preserved on all copies.
38
40 The full documentation for gnutls is maintained as a Texinfo manual.
41 If the info and gnutls programs are properly installed at your site,
42 the command
43
44 info gnutls
45
46 should give you access to the complete manual.
47
48
49
50gnutls gn1u.t6l.s3_certificate_set_openpgp_keyserver(3)