diff options
Diffstat (limited to 'doc/functions/gnutls_pkcs7_get_crl_count')
-rw-r--r-- | doc/functions/gnutls_pkcs7_get_crl_count | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pkcs7_get_crl_count b/doc/functions/gnutls_pkcs7_get_crl_count new file mode 100644 index 0000000..186c233 --- /dev/null +++ b/doc/functions/gnutls_pkcs7_get_crl_count @@ -0,0 +1,13 @@ + + + + +@deftypefun {int} {gnutls_pkcs7_get_crl_count} (gnutls_pkcs7_t @var{pkcs7}) +@var{pkcs7}: The pkcs7 type + +This function will return the number of certificates in the PKCS7 +or RFC2630 crl set. + +@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a +negative error value. +@end deftypefun |