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

tmp_dh_callback

        # OpenSSL::SSL::SSLContext.tmp_dh_callback

(from ruby core)
---

A callback invoked when DH parameters are required for ephemeral DH key
exchange.

The callback is invoked with the SSLSocket, a flag indicating the use of
an export cipher and the keylength required.

The callback must return an OpenSSL::PKey::DH instance of the correct
key length.

**Deprecated in version 3.0.** Use #tmp_dh= instead.



      

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.