gnutls_pkcs7_get_crl_raw (3) Linux Manual Page
NAME gnutls_pkcs7_get_crl_raw – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_pkcs7_get_crl_raw(gnutls_pkcs7_t pkcs7, int indx, void * crl, size_t * crl_size); ARGUMENTS gnutls_pkcs7_t pkcs7 should contain a gnutls_pkcs7_t structure int indx contains the index of the crl to extract void * crl the contents of the crl will be copied there (may be null) size_t * crl_size…
