1gnutls_x509_ext_import_authority_key_gginnduu(tt3ll)ss_x509_ext_import_authority_key_id(3)
2
3
4
6 gnutls_x509_ext_import_authority_key_id - API function
7
9 #include <gnutls/x509-ext.h>
10
11 int gnutls_x509_ext_import_authority_key_id(const gnutls_datum_t * ext,
12 gnutls_x509_aki_t aki, unsigned int flags);
13
15 const gnutls_datum_t * ext
16 a DER encoded extension
17
18 gnutls_x509_aki_t aki
19 An initialized authority key identifier type
20
21 unsigned int flags
22 should be zero
23
25 This function will return the subject key ID stored in the provided
26 AuthorityKeyIdentifier extension.
27
29 On success, GNUTLS_E_SUCCESS [22m(0) is returned,
30 GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE if the extension is not present,
31 otherwise a negative error value.
32
34 3.3.0
35
37 Report bugs to <bugs@gnutls.org>.
38 Home page: http://www.gnutls.org
39
40
42 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright
45 notice and this notice are preserved.
46
48 The full documentation for gnutls is maintained as a Texinfo manual.
49 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
50 visit
51
52 http://www.gnutls.org/manual/
53
54gnutls g3n.u6t.l5s_x509_ext_import_authority_key_id(3)