![]() |
![]()
| ![]() |
![]()
NAMEgnutls_ocsp_resp_get_response - API function SYNOPSIS#include <gnutls/ocsp.h> int gnutls_ocsp_resp_get_response(gnutls_ocsp_resp_const_t resp, gnutls_datum_t * response_type_oid, gnutls_datum_t * response); ARGUMENTS
DESCRIPTIONThis function will extract the response type OID in and the
response data from an OCSP response. Normally the
This function is typically only useful when you want to extract the response type OID of an response for diagnostic purposes. Otherwise gnutls_ocsp_resp_import() will decode the basic OCSP response part and the caller need not worry about that aspect. Since 3.7.0 response_type_oid ->size does not account for the terminating null byte. RETURNSOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|