summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-06 23:07:12 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-06 23:07:12 +0100
commit30e0eed098299705dae650b120d54562dffa4280 (patch)
tree9a3670a003acc254dd5826df0f6ef42537da4b7a /doc/cha-intro-tls.texi
parentc7c228b0619cfdc27e2f156d67e7732ee0b02829 (diff)
downloadgnutls-30e0eed098299705dae650b120d54562dffa4280.tar.gz
Added gnutls_ocsp_status_request_is_checked().
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 624efb9e22..a83c0f721f 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -580,7 +580,7 @@ may periodically run @code{ocsptool} (see @ref{ocsptool Invocation}) to obtain
its certificate revocation status and serve it to the clients. That
way a client avoids an additional connection to the OCSP server.
-@showfuncC{gnutls_certificate_set_ocsp_status_request_function,gnutls_certificate_set_ocsp_status_request_file,gnutls_ocsp_status_request_enable_client}
+@showfuncD{gnutls_certificate_set_ocsp_status_request_function,gnutls_certificate_set_ocsp_status_request_file,gnutls_ocsp_status_request_enable_client,gnutls_ocsp_status_request_is_checked}
A server is required to provide the OCSP server's response using the @funcref{gnutls_certificate_set_ocsp_status_request_file}.
The response may be obtained periodically using the following command.