Crate hala_tls

source ·

Structs§

Enums§

Traits§

  • Describes async private key hooks. This is used to off-load signing operations to a custom, potentially asynchronous, backend. Metadata about the key such as the type and size are parsed out of the certificate.
  • Describes private key hooks. This is used to off-load signing operations to a custom, potentially asynchronous, backend. Metadata about the key such as the type and size are parsed out of the certificate.
  • Extensions to SslContextBuilder.

Functions§

  • Asynchronously performs a server-side TLS handshake over the provided stream.
  • Asynchronously performs a client-side TLS handshake over the provided stream.
  • A standard implementation of protocol selection for Application Layer Protocol Negotiation (ALPN).

Type Aliases§