Module s2n_tls::connection

source ·

Structs§

  • s2n-tls only tracks up to u8::MAX (255) key updates. If any of the fields show 255 updates, then more than 255 updates may have occurred.
  • Produces new connections from a builder, then modifies them.

Traits§

  • A trait indicating that a structure can produce connections.