gnutls_x509_crt_get_issuer_alt_othername_oid (3) Linux Manual Page
NAME gnutls_x509_crt_get_issuer_alt_othername_oid – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_get_issuer_alt_othername_oid(gnutls_x509_crt_t cert, unsigned int seq, void * ret, size_t * ret_size); ARGUMENTS gnutls_x509_crt_t cert should contain a gnutls_x509_crt_t structure unsigned int seq specifies the sequence number of the alt name (0 for the first one, 1 for the second etc.) void * ret is the place…
