Module tls

Module tls 

Source

Structs§

CustomSniResolver
Custom SNI resolver, consisting of multiple resolvers
OneCertifiedKeyResolver
A certificate resolver resolving one certified key

Functions§

load_certs
Loads a public certificate from file
load_private_key
Loads a private key from file

Type Aliases§

SniResolverLock
The type for the SNI resolver lock, which is a vector of tuples containing the hostname and the corresponding certificate resolver.