gnutls_x509_crt_get_authority_key_gn_serial (3) Linux Manual Page
NAME gnutls_x509_crt_get_authority_key_gn_serial – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_get_authority_key_gn_serial(gnutls_x509_crt_t cert, unsigned int seq, void * alt, size_t * alt_size, unsigned int * alt_type, void * serial, size_t * serial_size, 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…
