summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-27 14:07:11 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-27 14:07:11 +0000
commit8493119687ae5cbe13f9117db0bc040ad589760c (patch)
treed01c15a920c4c93d75d4d106ef2e2c3c47ef09e1 /includes
parent4168761ce305537694cffabcde6dcfb3bb3b8464 (diff)
downloadgnutls-8493119687ae5cbe13f9117db0bc040ad589760c.tar.gz
Added function to do the MAC verification in the PKCS #12 structure.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 4afa12bf7d..60c3a64f3a 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -285,6 +285,7 @@ int gnutls_pkcs12_get_bag(gnutls_pkcs12 pkcs12,
int gnutls_pkcs12_set_bag(gnutls_pkcs12 pkcs12, gnutls_pkcs12_bag bag);
int gnutls_pkcs12_generate_mac(gnutls_pkcs12 pkcs12, const char* pass);
+int gnutls_pkcs12_verify_mac(gnutls_pkcs12 pkcs12, const char* pass);
int gnutls_pkcs12_bag_decrypt(gnutls_pkcs12_bag bag, const char* pass);
int gnutls_pkcs12_bag_encrypt(gnutls_pkcs12_bag bag, const char* pass, unsigned int flags);