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

verify

        # OpenSSL::X509::Store.verify

(from ruby core)
### Implementation from Store
---
    store.verify(cert, chain = nil) -> true | false

---

Performs a certificate verification on the OpenSSL::X509::Certificate
*cert*.

*chain* can be an array of OpenSSL::X509::Certificate that is used to
construct the certificate chain.

If a block is given, it overrides the callback set by #verify_callback=.

After finishing the verification, the error information can be retrieved
by #error, #error_string, and the resulting complete certificate chain
can be retrieved by #chain.



      

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.