blob: bf051494224c066819aaa3b3b36ed3439518b3f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@deftypefun {int} {gnutls_ocsp_resp_get_status} (gnutls_ocsp_resp_const_t @var{resp})
@var{resp}: should contain a @code{gnutls_ocsp_resp_t} type
This function will return the status of a OCSP response, an
@code{gnutls_ocsp_resp_status_t} enumeration.
@strong{Returns:} status of OCSP request as a @code{gnutls_ocsp_resp_status_t} , or
a negative error code on error.
@end deftypefun
|