gnutls_ocsp_resp_check_crt (3) Linux Manual Page
NAME gnutls_ocsp_resp_check_crt – API function SYNOPSIS #include <gnutls/ocsp.h> int gnutls_ocsp_resp_check_crt(gnutls_ocsp_resp_t resp, unsigned int indx, gnutls_x509_crt_t crt); ARGUMENTS gnutls_ocsp_resp_t resp should contain a gnutls_ocsp_resp_t structure unsigned int indx Specifies response number to get. Use (0) to get the first one. gnutls_x509_crt_t crt The certificate to check DESCRIPTION This function will check whether the OCSP response is…
