gnutls_x509_dn_import (3) Linux Manual Page
gnutls_x509_dn_import – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_dn_import(gnutls_x509_dn_t dn, const gnutls_datum_t * data); Argumentsgnutls_x509_dn_t dn the structure that will hold the imported DN const gnutls_datum_t * data should contain a DER encoded RDN sequenceDescriptionThis function parses an RDN sequence and stores the result to a gnutls_x509_dn_t structure. The structure must have been initialized with gnutls_x509_dn_init()….
