This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

verify_callback

        # OpenSSL::SSL::SSLContext.verify_callback

(from ruby core)
---

A callback for additional certificate verification.  The callback is
invoked for each certificate in the chain.

The callback is invoked with two values.  *preverify_ok* indicates
indicates if the verification was passed (`true`) or not (`false`).
*store_context* is an OpenSSL::X509::StoreContext containing the context
used for certificate verification.

If the callback returns `false`, the chain verification is immediately
stopped and a bad_certificate alert is then sent.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.