summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_pkcs7_get_crt_count
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_pkcs7_get_crt_count')
-rw-r--r--doc/functions/gnutls_pkcs7_get_crt_count13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pkcs7_get_crt_count b/doc/functions/gnutls_pkcs7_get_crt_count
new file mode 100644
index 0000000..7124d95
--- /dev/null
+++ b/doc/functions/gnutls_pkcs7_get_crt_count
@@ -0,0 +1,13 @@
+
+
+
+
+@deftypefun {int} {gnutls_pkcs7_get_crt_count} (gnutls_pkcs7_t @var{pkcs7})
+@var{pkcs7}: should contain a @code{gnutls_pkcs7_t} type
+
+This function will return the number of certificates in the PKCS7
+or RFC2630 certificate set.
+
+@strong{Returns:} On success, a positive number is returned, otherwise a
+negative error value.
+@end deftypefun