gnutls_x509_ext_import_authority_key_id (3) Linux Manual Page
NAME gnutls_x509_ext_import_authority_key_id – API function SYNOPSIS #include <gnutls/x509-ext.h> int gnutls_x509_ext_import_authority_key_id(const gnutls_datum_t * ext, gnutls_x509_aki_t aki, unsigned int flags); ARGUMENTS const gnutls_datum_t * ext a DER encoded extension gnutls_x509_aki_t aki An initialized authority key identifier structure unsigned int flags should be zero DESCRIPTION This function will return the subject key ID stored in the provided AuthorityKeyIdentifier…
