1gnutls_openpgp_crt_get_subkey_regvnoukteldgs_n_suottpaletsnupsg(p3_)crt_get_subkey_revoked_status(3)
2
3
4
6 gnutls_openpgp_crt_get_subkey_revoked_status - Gets the revoked status
7 of the key
8
10 #include <gnutls/openpgp.h>
11
12 int gnutls_openpgp_crt_get_subkey_revoked_status(gnutls_openpgp_crt_t
13 key, unsigned int idx);
14
16 gnutls_openpgp_crt_t key
17 the structure that contains the OpenPGP public key.
18
19 unsigned int idx
20 is the subkey index
21
23 Get subkey revocation status. A negative value indicates an error.
24
26 true (1) if the key has been revoked, or false (0) if it has not.
27
29 2.4.0
30
32 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
33 http://www.gnu.org/software/gnutls/ General help using GNU software:
34 http://www.gnu.org/gethelp/
35
37 Copyright © 2008 Free Software Foundation.
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.
41
43 The full documentation for gnutls is maintained as a Texinfo manual.
44 If the info and gnutls programs are properly installed at your site,
45 the command
46
47 info gnutls
48
49 should give you access to the complete manual.
50
51
52
53gnutls gnutls2_.o8p.e6npgp_crt_get_subkey_revoked_status(3)