gnutls_x509_dn_export (3) Linux Manual Page
NAME gnutls_x509_dn_export – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_dn_export(gnutls_x509_dn_t dn, gnutls_x509_crt_fmt_t format, void * output_data, size_t * output_data_size); ARGUMENTS gnutls_x509_dn_t dn Holds the uint8_t DN object gnutls_x509_crt_fmt_t format the format of output params. One of PEM or DER. void * output_data will contain a DN PEM or DER encoded size_t * output_data_size holds the…
