gnutls_x509_privkey_get_key_id (3) Linux Manual Page
gnutls_x509_privkey_get_key_id – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_privkey_get_key_id(gnutls_x509_privkey_t key, unsigned int flags, unsigned char * output_data, size_t * output_data_size); Argumentsgnutls_x509_privkey_t key Holds the key 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 will be replaced by the…
