Struct openssl::ssl::MidHandshakeSslStream [] [src]

pub struct MidHandshakeSslStream<S> { /* fields omitted */ }

An SSL stream midway through the handshake process.

Methods

impl<S> MidHandshakeSslStream<S>
[src]

[src]

Returns a shared reference to the inner stream.

[src]

Returns a mutable reference to the inner stream.

[src]

Returns a shared reference to the Ssl of the stream.

[src]

Returns the underlying error which interrupted this handshake.

[src]

Consumes self, returning its error.

[src]

Restarts the handshake process.

This corresponds to SSL_do_handshake.

Trait Implementations

impl<S: Debug> Debug for MidHandshakeSslStream<S>
[src]

[src]

Formats the value using the given formatter.