[−][src]Trait security_framework::os::macos::secure_transport::MidHandshakeSslStreamExt
An extension trait adding OSX specific functionality to the
MidHandshakeSslStream type.
Required methods
fn client_hello_received(&self) -> bool
Returns true iff break_on_client_hello was set and the handshake
has progressed to that point.
Requires the OSX_10_11 (or greater) feature.