blob: cd6cd14fddb280f4b36a61ffe25302df70cf0dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@deftypefun {int} {gnutls_ocsp_resp_export} (gnutls_ocsp_resp_const_t @var{resp}, gnutls_datum_t * @var{data})
@var{resp}: Holds the OCSP response
@var{data}: newly allocate buffer holding DER encoded OCSP response
This function will export the OCSP response to DER format.
@strong{Returns:} In case of failure a negative error code will be
returned, and 0 on success.
@end deftypefun
|