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ยง