1gnutls_openpgp_key_verify_self(3) gnutls gnutls_openpgp_key_verify_self(3)
2
3
4
6 gnutls_openpgp_key_verify_self - Verify the self signature on the key
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_key_verify_self(gnutls_openpgp_key_t key, unsigned
12 int flags, unsigned int * verify);
13
15 gnutls_openpgp_key_t key
16 the structure that holds the key.
17
18 unsigned int flags
19 unused (should be 0)
20
21 unsigned int * verify
22 will hold the key verification output.
23
25 Verifies the self signature in the key. The key verification output
26 will be put in verify and will be one or more of the gnutls_certifi‐
27 cate_status_t enumerated elements bitwise or'd.
28
30 The self signature on the key is invalid.
31
32 Returns 0 on success.
33
35 Report bugs to <bug-gnutls@gnu.org>.
36
38 Copyright © 2006 Free Software Foundation.
39 Permission is granted to make and distribute verbatim copies of this
40 manual provided the copyright notice and this permission notice are
41 preserved on all copies.
42
44 The full documentation for gnutls is maintained as a Texinfo manual.
45 If the info and gnutls programs are properly installed at your site,
46 the command
47
48 info gnutls
49
50 should give you access to the complete manual.
51
52
53
54gnutls 1.6.3 gnutls_openpgp_key_verify_self(3)