aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/common.h')
-rw-r--r--src/daemon/https/x509/common.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/daemon/https/x509/common.h b/src/daemon/https/x509/common.h
index 5fa84808..7b8421c7 100644
--- a/src/daemon/https/x509/common.h
+++ b/src/daemon/https/x509/common.h
@@ -58,21 +58,6 @@
58#define SIG_GOST_R3410_94_OID "1.2.643.2.2.4" 58#define SIG_GOST_R3410_94_OID "1.2.643.2.2.4"
59#define SIG_GOST_R3410_2001_OID "1.2.643.2.2.3" 59#define SIG_GOST_R3410_2001_OID "1.2.643.2.2.3"
60 60
61int MHD__gnutls_x509_oid_data2string (const char *OID, void *value,
62 int value_size, char *res,
63 size_t * res_size);
64int MHD__gnutls_x509_data2hex (const opaque * data, size_t data_size,
65 opaque * out, size_t * sizeof_out);
66
67const char *MHD__gnutls_x509_oid2ldap_string (const char *OID);
68
69int MHD__gnutls_x509_oid_data_printable (const char *OID);
70
71time_t MHD__gnutls_x509_get_time (ASN1_TYPE c2, const char *when);
72
73MHD_gnutls_x509_subject_alt_name_t MHD__gnutls_x509_san_find_type (char
74 *str_type);
75
76int MHD__gnutls_x509_der_encode (ASN1_TYPE src, const char *src_name, 61int MHD__gnutls_x509_der_encode (ASN1_TYPE src, const char *src_name,
77 MHD_gnutls_datum_t * res, int str); 62 MHD_gnutls_datum_t * res, int str);
78 63