Skip to main content

Crate solti_tls

Crate solti_tls 

Source
Expand description

§solti-tls

Shared TLS / mTLS configuration for Solti network-facing crates.

Structs§

ClientTlsConfig
Client-side TLS configuration.
ClientTlsConfigBuilder
Incremental builder for ClientTlsConfig.
ServerTlsConfig
Server-side TLS configuration.
ServerTlsConfigBuilder
Incremental builder for ServerTlsConfig.

Enums§

PemSource
Where a PEM blob lives.
TlsError

Functions§

ensure_default_provider
Install the ring crypto provider as the process-wide default if no provider has been set yet.
load_certs_from_pem
Parse all CERTIFICATE sections out of a PEM-encoded byte stream.
load_key_from_pem
Parse the first private key (PKCS#8, PKCS#1, or SEC1) out of a PEM-encoded byte stream.