gnutls_ocsp_req_import (3) Linux Manual Page
NAME gnutls_ocsp_req_import – API function SYNOPSIS #include <gnutls/ocsp.h> int gnutls_ocsp_req_import(gnutls_ocsp_req_t req, const gnutls_datum_t * data); ARGUMENTS gnutls_ocsp_req_t req The structure to store the parsed request. const gnutls_datum_t * data DER encoded OCSP request. DESCRIPTION This function will convert the given DER encoded OCSP request to the native gnutls_ocsp_req_t format. The output will be stored in…
