gnutls_x509_rdn_get (3) Linux Manual Page
NAME gnutls_x509_rdn_get – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_rdn_get(const gnutls_datum_t * idn, char * buf, size_t * buf_size); ARGUMENTS const gnutls_datum_t * idn should contain a DER encoded RDN sequence char * buf a pointer to a structure to hold the peer’s name size_t * buf_size holds the size of buf DESCRIPTION This function…
