1gnutls_certificate_set_openpgp_key(3)gnutlsgnutls_certificate_set_openpgp_key(3)
2
3
4
6 gnutls_certificate_set_openpgp_key - Used to set keys in a gnutls_cer‐
7 tificate_credentials_t structure
8
10 #include <gnutls/openpgp.h>
11
12 int gnutls_certificate_set_openpgp_key(gnutls_certificate_credentials_t
13 res, gnutls_openpgp_crt_t crt, gnutls_openpgp_privkey_t pkey);
14
16 gnutls_certificate_credentials_t res
17 is a gnutls_certificate_credentials_t structure.
18
19 gnutls_openpgp_crt_t crt
20
21 gnutls_openpgp_privkey_t pkey
22 is an openpgp private key
23
25 This function sets a certificate/private key pair in the gnutls_cer‐
26 tificate_credentials_t structure. This function may be called more
27 than once (in case multiple keys/certificates exist for the server).
28
29 With this function the subkeys of the certificate are not used.
30
32 On success, GNUTLS_E_SUCCESS (zero) is returned, otherwise an error
33 code is returned.
34
36 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
37 http://www.gnu.org/software/gnutls/ General help using GNU software:
38 http://www.gnu.org/gethelp/
39
41 Copyright © 2008 Free Software Foundation.
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
47 The full documentation for gnutls is maintained as a Texinfo manual.
48 If the info and gnutls programs are properly installed at your site,
49 the command
50
51 info gnutls
52
53 should give you access to the complete manual.
54
55
56
57gnutls 2.8.6gnutls_certificate_set_openpgp_key(3)