aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/sign.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/sign.h')
-rw-r--r--src/daemon/https/x509/sign.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/https/x509/sign.h b/src/daemon/https/x509/sign.h
index b2f7d939..03993157 100644
--- a/src/daemon/https/x509/sign.h
+++ b/src/daemon/https/x509/sign.h
@@ -22,15 +22,7 @@
22 * 22 *
23 */ 23 */
24 24
25int MHD__gnutls_x509_sign (const MHD_gnutls_datum_t * tbs,
26 enum MHD_GNUTLS_HashAlgorithm hash,
27 MHD_gnutls_x509_privkey_t signer,
28 MHD_gnutls_datum_t * signature);
29int MHD__gnutls_x509_sign_tbs (ASN1_TYPE cert, const char *tbs_name, 25int MHD__gnutls_x509_sign_tbs (ASN1_TYPE cert, const char *tbs_name,
30 enum MHD_GNUTLS_HashAlgorithm hash, 26 enum MHD_GNUTLS_HashAlgorithm hash,
31 MHD_gnutls_x509_privkey_t signer, 27 MHD_gnutls_x509_privkey_t signer,
32 MHD_gnutls_datum_t * signature); 28 MHD_gnutls_datum_t * signature);
33int MHD__gnutls_x509_pkix_sign (ASN1_TYPE src, const char *src_name,
34 enum MHD_GNUTLS_HashAlgorithm,
35 MHD_gnutls_x509_crt_t issuer,
36 MHD_gnutls_x509_privkey_t issuer_key);