class Mongo::Socket::OcspVerifier

OCSP endpoint verifier.

After a TLS connection is established, this verifier inspects the certificate presented by the server, and if the certificate contains an OCSP URI, performs the OCSP status request to the specified URI (following up to 5 redirects) to verify the certificate status.

@see ruby-doc.org/stdlib/libdoc/openssl/rdoc/OpenSSL/OCSP.html

@api private