gnutls_pcert_import_x509_raw (3) Linux Manual Page
NAME gnutls_pcert_import_x509_raw – API function SYNOPSIS #include <gnutls/abstract.h> int gnutls_pcert_import_x509_raw(gnutls_pcert_st * pcert, const gnutls_datum_t * cert, gnutls_x509_crt_fmt_t format, unsigned int flags); ARGUMENTS gnutls_pcert_st * pcert The pcert structure const gnutls_datum_t * cert The raw certificate to be imported gnutls_x509_crt_fmt_t format The format of the certificate unsigned int flags zero for now DESCRIPTION This convenience function…
