gnutls_x509_crl_verify (3) Linux Manual Page
gnutls_x509_crl_verify – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_crl_verify(gnutls_x509_crl_t crl, const gnutls_x509_crt_t * trusted_cas, int tcas_size, unsigned int flags, unsigned int * verify); Argumentsgnutls_x509_crl_t crl is the crl to be verified const gnutls_x509_crt_t * trusted_cas is a certificate list that is considered to be trusted one int tcas_size holds the number of CA certificates in CA_list…
