gnutls_ocsp_resp_import (3) Linux Manual Page
NAME gnutls_ocsp_resp_import – API function SYNOPSIS #include <gnutls/ocsp.h> int gnutls_ocsp_resp_import(gnutls_ocsp_resp_t resp, const gnutls_datum_t * data); ARGUMENTS gnutls_ocsp_resp_t resp The structure to store the parsed response. const gnutls_datum_t * data DER encoded OCSP response. DESCRIPTION This function will convert the given DER encoded OCSP response to the native gnutls_ocsp_resp_t format. It also decodes the Basic OCSP…
