Crate async_rustls

source ·
👎Deprecated since 0.4.2: This crate is now deprecated in favor of futures-rustls.
Expand description

Asynchronous TLS/SSL streams using Rustls.

Re-exports

Modules

Structs

  • AcceptDeprecated
    Future returned from TlsAcceptor::accept which will resolve once the accept handshake has finished.
  • ConnectDeprecated
    Future returned from TlsConnector::connect which will resolve once the connection handshake has finished.
  • FallibleAcceptDeprecated
    Like Accept, but returns IO on failure.
  • FallibleConnectDeprecated
    Like Connect, but returns IO on failure.
  • StartHandshakeDeprecated
  • TlsAcceptorDeprecated
    A wrapper around a rustls::ServerConfig, providing an async accept method.
  • TlsConnectorDeprecated
    A wrapper around a rustls::ClientConfig, providing an async connect method.

Enums