diff options
Diffstat (limited to 'src/daemon/https/x509/common.h')
-rw-r--r-- | src/daemon/https/x509/common.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/daemon/https/x509/common.h b/src/daemon/https/x509/common.h index a35bbc0b..5fa84808 100644 --- a/src/daemon/https/x509/common.h +++ b/src/daemon/https/x509/common.h | |||
@@ -58,10 +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 | ||
61 | int MHD__gnutls_x509_decode_octet_string (const char *string_type, | ||
62 | const opaque * der, size_t der_size, | ||
63 | opaque * output, | ||
64 | size_t * output_size); | ||
65 | int MHD__gnutls_x509_oid_data2string (const char *OID, void *value, | 61 | int MHD__gnutls_x509_oid_data2string (const char *OID, void *value, |
66 | int value_size, char *res, | 62 | int value_size, char *res, |
67 | size_t * res_size); | 63 | size_t * res_size); |
@@ -70,7 +66,6 @@ int MHD__gnutls_x509_data2hex (const opaque * data, size_t data_size, | |||
70 | 66 | ||
71 | const char *MHD__gnutls_x509_oid2ldap_string (const char *OID); | 67 | const char *MHD__gnutls_x509_oid2ldap_string (const char *OID); |
72 | 68 | ||
73 | int MHD__gnutls_x509_oid_data_choice (const char *OID); | ||
74 | int MHD__gnutls_x509_oid_data_printable (const char *OID); | 69 | int MHD__gnutls_x509_oid_data_printable (const char *OID); |
75 | 70 | ||
76 | time_t MHD__gnutls_x509_get_time (ASN1_TYPE c2, const char *when); | 71 | time_t MHD__gnutls_x509_get_time (ASN1_TYPE c2, const char *when); |
@@ -78,9 +73,6 @@ time_t MHD__gnutls_x509_get_time (ASN1_TYPE c2, const char *when); | |||
78 | MHD_gnutls_x509_subject_alt_name_t MHD__gnutls_x509_san_find_type (char | 73 | MHD_gnutls_x509_subject_alt_name_t MHD__gnutls_x509_san_find_type (char |
79 | *str_type); | 74 | *str_type); |
80 | 75 | ||
81 | int MHD__gnutls_x509_der_encode_and_copy (ASN1_TYPE src, const char *src_name, | ||
82 | ASN1_TYPE dest, | ||
83 | const char *dest_name, int str); | ||
84 | int MHD__gnutls_x509_der_encode (ASN1_TYPE src, const char *src_name, | 76 | int MHD__gnutls_x509_der_encode (ASN1_TYPE src, const char *src_name, |
85 | MHD_gnutls_datum_t * res, int str); | 77 | MHD_gnutls_datum_t * res, int str); |
86 | 78 | ||
@@ -91,8 +83,6 @@ int MHD__gnutls_x509_export_int (ASN1_TYPE MHD__asn1_data, | |||
91 | 83 | ||
92 | int MHD__gnutls_x509_read_value (ASN1_TYPE c, const char *root, | 84 | int MHD__gnutls_x509_read_value (ASN1_TYPE c, const char *root, |
93 | MHD_gnutls_datum_t * ret, int str); | 85 | MHD_gnutls_datum_t * ret, int str); |
94 | int MHD__gnutls_x509_write_value (ASN1_TYPE c, const char *root, | ||
95 | const MHD_gnutls_datum_t * data, int str); | ||
96 | 86 | ||
97 | int MHD__gnutls_x509_decode_and_read_attribute (ASN1_TYPE MHD__asn1_struct, | 87 | int MHD__gnutls_x509_decode_and_read_attribute (ASN1_TYPE MHD__asn1_struct, |
98 | const char *where, char *oid, | 88 | const char *where, char *oid, |
@@ -103,12 +93,6 @@ int MHD__gnutls_x509_decode_and_read_attribute (ASN1_TYPE MHD__asn1_struct, | |||
103 | int MHD__gnutls_x509_get_pk_algorithm (ASN1_TYPE src, const char *src_name, | 93 | int MHD__gnutls_x509_get_pk_algorithm (ASN1_TYPE src, const char *src_name, |
104 | unsigned int *bits); | 94 | unsigned int *bits); |
105 | 95 | ||
106 | int MHD__gnutls_x509_encode_and_copy_PKI_params (ASN1_TYPE dst, | ||
107 | const char *dst_name, | ||
108 | enum | ||
109 | MHD_GNUTLS_PublicKeyAlgorithm | ||
110 | pk_algorithm, mpi_t * params, | ||
111 | int params_size); | ||
112 | int MHD__gnutls_asn1_copy_node (ASN1_TYPE * dst, const char *dst_name, | 96 | int MHD__gnutls_asn1_copy_node (ASN1_TYPE * dst, const char *dst_name, |
113 | ASN1_TYPE src, const char *src_name); | 97 | ASN1_TYPE src, const char *src_name); |
114 | 98 | ||