summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_crl_check_issuer
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_x509_crl_check_issuer')
-rw-r--r--doc/functions/gnutls_x509_crl_check_issuer15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crl_check_issuer b/doc/functions/gnutls_x509_crl_check_issuer
new file mode 100644
index 0000000..c3143d4
--- /dev/null
+++ b/doc/functions/gnutls_x509_crl_check_issuer
@@ -0,0 +1,15 @@
+
+
+
+
+@deftypefun {unsigned} {gnutls_x509_crl_check_issuer} (gnutls_x509_crl_t @var{crl}, gnutls_x509_crt_t @var{issuer})
+@var{crl}: is the CRL to be checked
+
+@var{issuer}: is the certificate of a possible issuer
+
+This function will check if the given CRL was issued by the given
+issuer certificate.
+
+@strong{Returns:} true (1) if the given CRL was issued by the given issuer,
+and false (0) if not.
+@end deftypefun