diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-29 10:59:06 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-29 10:59:06 +0000 |
commit | 875503f948860c41bd70d13262715a41bd4baa22 (patch) | |
tree | 833b42acbb5753df9a8bcf90df0a831f6467dc07 /includes | |
parent | 88de079532224c45c4abcbae3164ddedf66d019b (diff) | |
download | gnutls-875503f948860c41bd70d13262715a41bd4baa22.tar.gz |
Some fixes in the gnutls_x509_crt_to_xml() function.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/x509.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 665fb0282a..1887d2ad0c 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -95,7 +95,10 @@ int gnutls_x509_crt_get_extension_by_oid(gnutls_x509_crt cert, int gnutls_x509_crt_to_xml(gnutls_x509_crt cert, gnutls_datum* res, int detail); - +/* possible values for detail. + */ +#define GNUTLS_XML_SHOW_ALL 1 +#define GNUTLS_XML_NORMAL 0 /* RDN handling */ int gnutls_x509_rdn_get(const gnutls_datum * idn, |