1gnutls_x509_crl_get_issuer_dn3(3) gnutls gnutls_x509_crl_get_issuer_dn3(3)
2
3
4
6 gnutls_x509_crl_get_issuer_dn3 - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_crl_get_issuer_dn3(gnutls_x509_crl_t crl,
12 gnutls_datum_t * dn, unsigned flags);
13
15 gnutls_x509_crl_t crl
16 should contain a gnutls_x509_crl_t type
17
18 gnutls_datum_t * dn
19 a pointer to a structure to hold the name
20
21 unsigned flags
22 zero or GNUTLS_X509_DN_FLAG_COMPAT
23
25 This function will allocate buffer and copy the name of the CRL issuer.
26 The name will be in the form "C=xxxx,O=yyyy,CN=zzzz" as described in
27 RFC4514. The output string will be ASCII or UTF-8 encoded, depending on
28 the certificate data.
29
30 When the flag GNUTLS_X509_DN_FLAG_COMPAT is specified, the output for‐
31 mat will match the format output by previous to 3.5.6 versions of
32 GnuTLS which was not not fully RFC4514-compliant.
33
35 On success, GNUTLS_E_SUCCESS [22m(0) is returned, otherwise a negative
36 error value.
37
39 3.5.7
40
42 Report bugs to <bugs@gnutls.org>.
43 Home page: http://www.gnutls.org
44
45
47 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
48 Copying and distribution of this file, with or without modification,
49 are permitted in any medium without royalty provided the copyright
50 notice and this notice are preserved.
51
53 The full documentation for gnutls is maintained as a Texinfo manual.
54 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
55 visit
56
57 http://www.gnutls.org/manual/
58
59gnutls 3.6.5 gnutls_x509_crl_get_issuer_dn3(3)