1gnutls_x509_dn_get_str2(3) gnutls gnutls_x509_dn_get_str2(3)
2
3
4
6 gnutls_x509_dn_get_str2 - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_dn_get_str2(gnutls_x509_dn_t dn, gnutls_datum_t * str,
12 unsigned flags);
13
15 gnutls_x509_dn_t dn
16 a pointer to DN
17
18 gnutls_datum_t * str
19 a datum that will 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 in the provided
26 DN. The name will be in the form "C=xxxx,O=yyyy,CN=zzzz" as described
27 in RFC4514. The output string will be ASCII or UTF-8 encoded, depending
28 on 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 (0) is returned, otherwise a negative er‐
36 ror value.
37
39 3.5.7
40
42 Report bugs to <bugs@gnutls.org>.
43 Home page: https://www.gnutls.org
44
45
47 Copyright © 2001- 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 no‐
50 tice 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 https://www.gnutls.org/manual/
58
59gnutls 3.7.6 gnutls_x509_dn_get_str2(3)