diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/ocsp.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/ocsp.rst b/doc/manual/ocsp.rst index 6c52cbe50..45858dfeb 100644 --- a/doc/manual/ocsp.rst +++ b/doc/manual/ocsp.rst @@ -37,3 +37,11 @@ OCSP requests is via HTTP, see :rfc:`2560` Appendix A for details. is signed correctly, and the response indicates that *subject* is not currently revoked. + +.. cpp:function:: OCSP::Response online_check(const X509_Certificate& issuer, \ + const X509_Certificate& subject, \ + const Certificate_Store* trusted_roots) + + Attempts to contact the OCSP responder specified in the subject certificate + and + |