gnutls_x509_crt_get_authority_info_access (3) Linux Manual Page
NAME gnutls_x509_crt_get_authority_info_access – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_get_authority_info_access(gnutls_x509_crt_t crt, unsigned int seq, int what, gnutls_datum_t * data, unsigned int * critical); ARGUMENTS gnutls_x509_crt_t crt Holds the certificate unsigned int seq specifies the sequence number of the access descriptor (0 for the first one, 1 for the second etc.) int what what data to…
