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