gnutls_x509_crt_get_issuer_alt_name2 (3) Linux Manual Page
NAME gnutls_x509_crt_get_issuer_alt_name2 – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_get_issuer_alt_name2(gnutls_x509_crt_t cert, unsigned int seq, void * ian, size_t * ian_size, unsigned int * ian_type, unsigned int * critical); 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…
