gnutls_x509_crt_set_authority_key_id (3) Linux Manual Page
gnutls_x509_crt_set_authority_key_id – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_crt_set_authority_key_id(gnutls_x509_crt_t cert, const void * id, size_t id_size); Argumentsgnutls_x509_crt_t cert a certificate of type gnutls_x509_crt_t const void * id The key ID size_t id_size Holds the size of the key ID field.DescriptionThis function will set the X.509 certificate’s authority key ID extension. Only the keyIdentifier field can be…
