pub async fn handshake<S: IO>(
ssl_acceptor: &SslAcceptor,
io: S
) -> Result<SslStream<S>>Expand description
Perform TLS handshake for the given connection with the given configuration
pub async fn handshake<S: IO>(
ssl_acceptor: &SslAcceptor,
io: S
) -> Result<SslStream<S>>Perform TLS handshake for the given connection with the given configuration