gnutls_pkcs7_get_crl_count — This function returns the number of crls in a PKCS7 crl set
#include <gnutls/x509.h>
int
gnutls_pkcs7_get_crl_count( |
gnutls_pkcs7_t | pkcs7) ; |
This function will return the number of certifcates in the PKCS7 or RFC2630 crl set.
Returns a negative value on failure.