diff options
author | lloyd <[email protected]> | 2014-11-03 22:16:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-03 22:16:51 +0000 |
commit | bcd83686c3daed38974d1f9b533c07d35c5a7476 (patch) | |
tree | 3203d6f30423ebf3b7b5b3d4aa2b9ecc9ce5ba5e /doc | |
parent | d623823e7e0d2754343ab498f48976e91180d24f (diff) |
Various small fixes and cleanups, new is_prime util
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 + |