aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/verify.h')
-rw-r--r--src/daemon/https/x509/verify.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/daemon/https/x509/verify.h b/src/daemon/https/x509/verify.h
index 0a2e020c..bd9978e3 100644
--- a/src/daemon/https/x509/verify.h
+++ b/src/daemon/https/x509/verify.h
@@ -25,10 +25,12 @@
25#include "x509.h" 25#include "x509.h"
26 26
27int MHD_gnutls_x509_crt_is_issuer (MHD_gnutls_x509_crt_t cert, 27int MHD_gnutls_x509_crt_is_issuer (MHD_gnutls_x509_crt_t cert,
28 MHD_gnutls_x509_crt_t issuer);
29int MHD__gnutls_x509_verify_signature (const MHD_gnutls_datum_t * tbs,
30 const MHD_gnutls_datum_t * signature,
31 MHD_gnutls_x509_crt_t issuer); 28 MHD_gnutls_x509_crt_t issuer);
29int MHD__gnutls_x509_verify_signature (const MHD_gnutls_datum_t * tbs,
30 const MHD_gnutls_datum_t * signature,
31 MHD_gnutls_x509_crt_t issuer);
32int MHD__gnutls_x509_privkey_verify_signature (const MHD_gnutls_datum_t * tbs, 32int MHD__gnutls_x509_privkey_verify_signature (const MHD_gnutls_datum_t * tbs,
33 const MHD_gnutls_datum_t * signature, 33 const MHD_gnutls_datum_t *
34 MHD_gnutls_x509_privkey_t issuer); 34 signature,
35 MHD_gnutls_x509_privkey_t
36 issuer);