1gnutls_x509_crq_get_dn3(3) gnutls gnutls_x509_crq_get_dn3(3)
2
3
4
6 gnutls_x509_crq_get_dn3 - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_crq_get_dn3(gnutls_x509_crq_t crq, gnutls_datum_t * dn,
12 unsigned flags);
13
15 gnutls_x509_crq_t crq
16 should contain a gnutls_x509_crq_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 Certificate
26 request. The name will be in the form "C=xxxx,O=yyyy,CN=zzzz" as
27 described in RFC4514. The output string will be ASCII or UTF-8 encoded,
28 depending 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 [22m(0) is returned, otherwise a negative
36 error value. and a negative error code on error.
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-2019 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 https://www.gnutls.org/manual/
58
59gnutls 3.6.8 gnutls_x509_crq_get_dn3(3)