Expand description
TLS implementation agnostic server types
Structs§
- Data that can be used to configure the self-signed single data
- Raw private key and certificate data to facilitate server authentication.
- Common API to configure a TLS Server
Enums§
- Mode of client verification by a (tls) server
- The kind of server auth to be used.
- A type of
ServerAuth
which can be used to generate server certs on the fly using the given issuer