summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_crt_check_email
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_x509_crt_check_email')
-rw-r--r--doc/functions/gnutls_x509_crt_check_email16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crt_check_email b/doc/functions/gnutls_x509_crt_check_email
new file mode 100644
index 0000000..c5bfd21
--- /dev/null
+++ b/doc/functions/gnutls_x509_crt_check_email
@@ -0,0 +1,16 @@
+
+
+
+
+@deftypefun {unsigned} {gnutls_x509_crt_check_email} (gnutls_x509_crt_t @var{cert}, const char * @var{email}, unsigned int @var{flags})
+@var{cert}: should contain an gnutls_x509_crt_t type
+
+@var{email}: A null terminated string that contains an email address (RFC822)
+
+@var{flags}: should be zero
+
+This function will check if the given certificate's subject matches
+the given email address.
+
+@strong{Returns:} non-zero for a successful match, and zero on failure.
+@end deftypefun