1gnutls_x509_crt_to_xml(3)           gnutls           gnutls_x509_crt_to_xml(3)
2
3
4

NAME

6       gnutls_x509_crt_to_xml - This function parses an RDN sequence
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int  gnutls_x509_crt_to_xml(gnutls_x509_crt_t  cert,  gnutls_datum_t  *
12       res, int detail);
13

ARGUMENTS

15       gnutls_x509_crt_t cert
16                   should contain a gnutls_x509_crt_t structure
17
18       gnutls_datum_t * res
19                   The datum that will hold the result
20
21       int detail  The  detail   level   (must   be   GNUTLS_XML_SHOW_ALL   or
22                   GNUTLS_XML_NORMAL)
23

DESCRIPTION

25       This  function  will  return the XML structures of the given X.509 cer‐
26       tificate.  The XML structures are allocated  internally  (with  malloc)
27       and stored into res.
28

NOTE

30       This  function  is  currently  not implemented.  See the NEWS entry for
31       version 1.3.5.
32
33       Returns a negative error code in case of an error.
34

REPORTING BUGS

36       Report bugs to <bug-gnutls@gnu.org>.
37
39       Copyright © 2006 Free Software Foundation.
40       Permission is granted to make and distribute verbatim  copies  of  this
41       manual  provided  the  copyright  notice and this permission notice are
42       preserved on all copies.
43

SEE ALSO

45       The full documentation for gnutls is maintained as  a  Texinfo  manual.
46       If  the  info  and gnutls programs are properly installed at your site,
47       the command
48
49              info gnutls
50
51       should give you access to the complete manual.
52
53
54
55gnutls                               1.6.3           gnutls_x509_crt_to_xml(3)
Impressum