Module rocket::tls

source ·
Available on crate feature tls only.

Structs§

  • A struct representing the received Client Hello
  • Common configuration for a set of server sessions.
  • TLS configuration: certificate chain, key, and ciphersuites.
  • A TLS listener over some listener interface L.
  • A wrapper around an underlying raw stream which implements the TLS or SSL protocol.

Enums§

Traits§

  • A dynamic TLS configuration resolver.

Type Aliases§