Module rustls::conn

source ·

Structs

Enums

Statics

  • How many ChangeCipherSpec messages we accept and drop in TLS1.3 handshakes. The spec says 1, but implementations (namely the boringssl test suite) get this wrong. BoringSSL itself accepts up to 32.

Traits

  • Internal trait implemented by the [ServerConnection]/[ClientConnection] allowing them to be the subject of a Writer.
  • Data specific to the peer’s side (client or server).

Functions