summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_ocsp_resp_export2
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_ocsp_resp_export2')
-rw-r--r--doc/functions/gnutls_ocsp_resp_export218
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/functions/gnutls_ocsp_resp_export2 b/doc/functions/gnutls_ocsp_resp_export2
new file mode 100644
index 0000000..3886b2a
--- /dev/null
+++ b/doc/functions/gnutls_ocsp_resp_export2
@@ -0,0 +1,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