Crate mz_tls_util

Source
Expand description

A tiny utility library for making TLS connectors.

Macros§

bail_generic 🔒

Structs§

Pkcs12Archive

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.