Module tls

Source
Expand description

A unified certificate resolver for rustls.

Persists certificates in the Rustls CertifiedKey format, exposes them to the HTTPS listener for TLS handshakes.

Structs§

CertificateResolver
Parses and stores TLS certificates, makes them available to Rustls for TLS handshakes
CertifiedKeyWrapper
A wrapper around the Rustls CertifiedKey type, stored and returned by the certificate resolver.
MutexCertificateResolver

Enums§

CertificateResolverError