summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_pkcs7_get_crl_count
blob: 186c2330c5e00593c4811d8b0bc0e6750822f35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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