gnutls_x509_crt_get_issuer_dn2 (3) Linux Manual Page
gnutls_x509_crt_get_issuer_dn2 – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_crt_get_issuer_dn2(gnutls_x509_crt_t cert, gnutls_datum_t * dn); Argumentsgnutls_x509_crt_t cert should contain a gnutls_x509_crt_t structure gnutls_datum_t * dn a pointer to a structure to hold the nameDescriptionThis function will allocate buffer and copy the name of issuer of the Certificate. The name will be in the form "C=xxxx,O=yyyy,CN=zzzz" as described in…
