summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/openpgp.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-25 09:42:16 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-25 10:04:18 +0100
commitd3fedf9da0df6a6097c368679356b2fc1058c6f3 (patch)
tree182619eb3f5fb86859185a296d1a278e86222c3e /lib/includes/gnutls/openpgp.h
parent9d0ba0df29a2c427454ababbe8f1e7d8791b5f3a (diff)
downloadgnutls-d3fedf9da0df6a6097c368679356b2fc1058c6f3.tar.gz
Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNUTLS_DT_RFC822NAME
Diffstat (limited to 'lib/includes/gnutls/openpgp.h')
-rw-r--r--lib/includes/gnutls/openpgp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/openpgp.h b/lib/includes/gnutls/openpgp.h
index cdd3f80999..7236274785 100644
--- a/lib/includes/gnutls/openpgp.h
+++ b/lib/includes/gnutls/openpgp.h
@@ -112,6 +112,8 @@ int gnutls_openpgp_crt_check_hostname(gnutls_openpgp_crt_t key,
const char *hostname);
int gnutls_openpgp_crt_check_hostname2(gnutls_openpgp_crt_t key,
const char *hostname, unsigned int flags);
+int
+gnutls_openpgp_crt_check_email(gnutls_openpgp_crt_t key, const char *email, unsigned flags);
int gnutls_openpgp_crt_get_revoked_status(gnutls_openpgp_crt_t key);