1gnutls_x509_trust_list_get_issuer_by_ggdnnnuu(tt3ll)ss_x509_trust_list_get_issuer_by_dn(3)
2
3
4

NAME

6       gnutls_x509_trust_list_get_issuer_by_dn - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int    gnutls_x509_trust_list_get_issuer_by_dn(gnutls_x509_trust_list_t
12       list, const gnutls_datum_t * dn, gnutls_x509_crt_t *  issuer,  unsigned
13       int flags);
14

ARGUMENTS

16       gnutls_x509_trust_list_t list
17                   The list
18
19       const gnutls_datum_t * dn
20                   is the issuer's DN
21
22       gnutls_x509_crt_t * issuer
23                   Will  hold  the  issuer if any. Should be deallocated after
24                   use.
25
26       unsigned int flags
27                   Use zero
28

DESCRIPTION

30       This function will find the issuer with the given name,  and  return  a
31       copy of the issuer, which must be freed using gnutls_x509_crt_deinit().
32

RETURNS

34       On  success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
35       ror value.
36

SINCE

38       3.4.0
39

REPORTING BUGS

41       Report bugs to <bugs@gnutls.org>.
42       Home page: https://www.gnutls.org
43
44
46       Copyright © 2001- Free Software Foundation, Inc., and others.
47       Copying and distribution of this file, with  or  without  modification,
48       are  permitted in any medium without royalty provided the copyright no‐
49       tice and this notice are preserved.
50

SEE ALSO

52       The full documentation for gnutls is maintained as  a  Texinfo  manual.
53       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
54       visit
55
56       https://www.gnutls.org/manual/
57
58gnutls                              g3n.u7t.l6s_x509_trust_list_get_issuer_by_dn(3)
Impressum