1gnutls_x509_trust_list_gegtn_uitslssu_exr5_0b9y__gtsnruuubtsjltes_clti_skte_yg_eitd_(i3s)suer_by_subject_key_id(3)
2
3
4
6 gnutls_x509_trust_list_get_issuer_by_subject_key_id - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_trust_list_get_issuer_by_sub‐
12 ject_key_id(gnutls_x509_trust_list_t list, const gnutls_datum_t * dn,
13 const gnutls_datum_t * spki, gnutls_x509_crt_t * issuer, unsigned int
14 flags);
15
17 gnutls_x509_trust_list_t list
18 The list
19
20 const gnutls_datum_t * dn
21 is the issuer's DN (may be NULL)
22
23 const gnutls_datum_t * spki
24 is the subject key ID
25
26 gnutls_x509_crt_t * issuer
27 Will hold the issuer if any. Should be deallocated after
28 use.
29
30 unsigned int flags
31 Use zero
32
34 This function will find the issuer with the given name and subject key
35 ID, and return a copy of the issuer, which must be freed using
36 gnutls_x509_crt_deinit().
37
39 On success, GNUTLS_E_SUCCESS [22m(0) is returned, otherwise a negative
40 error value.
41
43 3.4.2
44
46 Report bugs to <bugs@gnutls.org>.
47 Home page: https://www.gnutls.org
48
49
51 Copyright © 2001-2019 Free Software Foundation, Inc., and others.
52 Copying and distribution of this file, with or without modification,
53 are permitted in any medium without royalty provided the copyright
54 notice and this notice are preserved.
55
57 The full documentation for gnutls is maintained as a Texinfo manual.
58 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
59 visit
60
61 https://www.gnutls.org/manual/
62
63gnutls gnutls_x509_t3r.u6s.t7_list_get_issuer_by_subject_key_id(3)