Crate mz_tls_util
source ·Expand description
A tiny utility library for making TLS connectors.
Macros§
Structs§
Enums§
- An error representing tls failures.
Functions§
- Creates a TLS connector for the given
Config
. - Constructs an identity from a PEM-formatted key and certificate using OpenSSL.