Module rustls::client

source ·
Expand description

Items for use in a client.

Modules

Structs

Enums

  • Encodes ways a client can know the expected name of the server.
  • What mechanisms to support for resuming a TLS 1.2 session.

Traits

  • A trait for the ability to store client session data, so that sessions can be resumed in future connections.
  • A trait for the ability to choose a certificate chain and private key for the purposes of client authentication.
  • Something that can verify a server certificate chain, and verify signatures made by certificates.

Functions