gnutls_x509_crq_get_key_id (3) Linux Manual Page
NAME gnutls_x509_crq_get_key_id – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crq_get_key_id(gnutls_x509_crq_t crq, unsigned int flags, unsigned char * output_data, size_t * output_data_size); ARGUMENTS gnutls_x509_crq_t crq a certificate of type gnutls_x509_crq_t unsigned int flags should be 0 for now unsigned char * output_data will contain the key ID size_t * output_data_size holds the size of output_data (and…
