gnutls_x509_crl_get_crt_count (3) Linux Manual Page
gnutls_x509_crl_get_crt_count – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_crl_get_crt_count(gnutls_x509_crl_t crl); Argumentsgnutls_x509_crl_t crl should contain a gnutls_x509_crl_t structureDescriptionThis function will return the number of revoked certificates in the given CRL. Returnsnumber of certificates, a negative error code on failure. Reporting BugsReport bugs to <bugs [at] gnutls.org>. Home page: http://www.gnutls.org CopyrightCopyright © 2001-2014 Free Software Foundation, Inc.. Copying…
