gnutls_x509_crl_get_raw_issuer_dn (3) Linux Manual Page
NAME gnutls_x509_crl_get_raw_issuer_dn – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crl_get_raw_issuer_dn(gnutls_x509_crl_t crl, gnutls_datum_t * dn); ARGUMENTS gnutls_x509_crl_t crl should contain a gnutls_x509_crl_t structure gnutls_datum_t * dn will hold the starting point of the DN DESCRIPTION This function will return a pointer to the DER encoded DN structure and the length. RETURNS a negative error code on…
