summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/pkcs11.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-14 09:32:40 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-14 09:32:40 +0100
commit410ca3898993a479cb9c365372fa627e94125014 (patch)
tree2f07bd0b56f61184ca27a8e9eaebd77f802e3a51 /lib/includes/gnutls/pkcs11.h
parentb17978315a662434fbcf1bec67ee33cf9c34caa9 (diff)
downloadgnutls-410ca3898993a479cb9c365372fa627e94125014.tar.gz
added gnutls_pkcs11_get_raw_issuer_by_dn and gnutls_x509_trust_list_get_issuer_by_dn
Diffstat (limited to 'lib/includes/gnutls/pkcs11.h')
-rw-r--r--lib/includes/gnutls/pkcs11.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 3a7fdfb84d..5a97f573e8 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -171,6 +171,11 @@ int gnutls_pkcs11_get_raw_issuer(const char *url, gnutls_x509_crt_t cert,
gnutls_x509_crt_fmt_t fmt,
unsigned int flags);
+int gnutls_pkcs11_get_raw_issuer_by_dn (const char *url, const gnutls_datum_t *dn,
+ gnutls_datum_t *issuer,
+ gnutls_x509_crt_fmt_t fmt,
+ unsigned int flags);
+
int gnutls_pkcs11_crt_is_known(const char *url, gnutls_x509_crt_t cert,
unsigned int flags);