gnutls_x509_trust_list_add_cas (3) Linux Manual Page
gnutls_x509_trust_list_add_cas – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_trust_list_add_cas(gnutls_x509_trust_list_t list, const gnutls_x509_crt_t * clist, unsigned clist_size, unsigned int flags); Argumentsgnutls_x509_trust_list_t list The structure of the list const gnutls_x509_crt_t * clist A list of CAs unsigned clist_size The length of the CA list unsigned int flags should be 0 or an or’ed sequence of GNUTLS_TL options.DescriptionThis function…
