diff options
Diffstat (limited to 'src/daemon/https/x509/x509.h')
-rw-r--r-- | src/daemon/https/x509/x509.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/https/x509/x509.h b/src/daemon/https/x509/x509.h index be14b784..11628186 100644 --- a/src/daemon/https/x509/x509.h +++ b/src/daemon/https/x509/x509.h | |||
@@ -109,8 +109,6 @@ extern "C" | |||
109 | #define GNUTLS_CRL_REASON_PRIVILEGE_WITHDRAWN 1 | 109 | #define GNUTLS_CRL_REASON_PRIVILEGE_WITHDRAWN 1 |
110 | #define GNUTLS_CRL_REASON_AA_COMPROMISE 32768 | 110 | #define GNUTLS_CRL_REASON_AA_COMPROMISE 32768 |
111 | 111 | ||
112 | time_t MHD_gnutls_x509_crt_get_activation_time (MHD_gnutls_x509_crt_t cert); | ||
113 | time_t MHD_gnutls_x509_crt_get_expiration_time (MHD_gnutls_x509_crt_t cert); | ||
114 | int MHD_gnutls_x509_crt_get_pk_algorithm (MHD_gnutls_x509_crt_t cert, | 112 | int MHD_gnutls_x509_crt_get_pk_algorithm (MHD_gnutls_x509_crt_t cert, |
115 | unsigned int *bits); | 113 | unsigned int *bits); |
116 | int MHD_gnutls_x509_crt_get_ca_status (MHD_gnutls_x509_crt_t cert, | 114 | int MHD_gnutls_x509_crt_get_ca_status (MHD_gnutls_x509_crt_t cert, |
@@ -124,8 +122,6 @@ extern "C" | |||
124 | int MHD_gnutls_x509_crt_set_key_usage (MHD_gnutls_x509_crt_t crt, | 122 | int MHD_gnutls_x509_crt_set_key_usage (MHD_gnutls_x509_crt_t crt, |
125 | unsigned int usage); | 123 | unsigned int usage); |
126 | 124 | ||
127 | int MHD_gnutls_x509_dn_oid_known (const char *oid); | ||
128 | |||
129 | /* Read extensions by sequence number. */ | 125 | /* Read extensions by sequence number. */ |
130 | int MHD_gnutls_x509_crt_set_extension_by_oid (MHD_gnutls_x509_crt_t crt, | 126 | int MHD_gnutls_x509_crt_set_extension_by_oid (MHD_gnutls_x509_crt_t crt, |
131 | const char *oid, | 127 | const char *oid, |
@@ -168,10 +164,6 @@ extern "C" | |||
168 | MHD_gnutls_x509_privkey_t issuer_key, | 164 | MHD_gnutls_x509_privkey_t issuer_key, |
169 | enum MHD_GNUTLS_HashAlgorithm, | 165 | enum MHD_GNUTLS_HashAlgorithm, |
170 | unsigned int flags); | 166 | unsigned int flags); |
171 | int MHD_gnutls_x509_crt_set_activation_time (MHD_gnutls_x509_crt_t cert, | ||
172 | time_t act_time); | ||
173 | int MHD_gnutls_x509_crt_set_expiration_time (MHD_gnutls_x509_crt_t cert, | ||
174 | time_t exp_time); | ||
175 | int MHD_gnutls_x509_crt_set_serial (MHD_gnutls_x509_crt_t cert, | 167 | int MHD_gnutls_x509_crt_set_serial (MHD_gnutls_x509_crt_t cert, |
176 | const void *serial, size_t serial_size); | 168 | const void *serial, size_t serial_size); |
177 | 169 | ||