gnutls_x509_ext_import_aia (3) Linux Manual Page
NAME gnutls_x509_ext_import_aia – API function SYNOPSIS #include <gnutls/x509-ext.h> int gnutls_x509_ext_import_aia(const gnutls_datum_t * ext, gnutls_x509_aia_t aia, unsigned int flags); ARGUMENTS const gnutls_datum_t * ext The DER-encoded extension data gnutls_x509_aia_t aia The authority info access structure unsigned int flags should be zero DESCRIPTION This function extracts the Authority Information Access (AIA) extension from the provided DER-encoded data;…
