summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-06 10:05:53 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-06 10:05:53 +0000
commit65938d8337e3cb56762a82d6141e33d89475b716 (patch)
tree22274c681b303bcd584c0a022b429e28e83fb53f /lib/gnutls_x509.h
parent73f500a5dd3131dd87b277d1bbd4f8d80e4533ef (diff)
downloadgnutls-65938d8337e3cb56762a82d6141e33d89475b716.tar.gz
Several fixes and improvements in CRL support.
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r--lib/gnutls_x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index ccf2afb276..9366dcab36 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -32,6 +32,8 @@ int _gnutls_x509_oid_data2string( const char* OID, void* value,
int value_size, char * res, int res_size);
const char* _gnutls_x509_oid2string( const char* OID);
+const char* _gnutls_x509_oid2ldap_string( const char* OID);
+
int _gnutls_x509_oid_data_printable( const char* OID);
int gnutls_x509_extract_certificate_subject_alt_name( const gnutls_datum*, int seq, char*, int*);