gnutls_pcert_list_import_x509_raw (3) Linux Manual Page
NAME gnutls_pcert_list_import_x509_raw – API function SYNOPSIS #include <gnutls/abstract.h> int gnutls_pcert_list_import_x509_raw(gnutls_pcert_st * pcerts, unsigned int * pcert_max, const gnutls_datum_t * data, gnutls_x509_crt_fmt_t format, unsigned int flags); ARGUMENTS gnutls_pcert_st * pcerts The structures to store the parsed certificate. Must not be initialized. unsigned int * pcert_max Initially must hold the maximum number of certs. It will be…
