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