Skip to main content

Module tls

Module tls 

Source
Expand description

TLS/mTLS configuration for native reverse control channels.

Wraps the existing eggress-transport-tls builders so reverse control traffic can be protected by Rustls without reverse-specific cryptography. Plaintext remains available when no TLS config is present; TLS is applied before reverse framing/authentication so credentials never cross in plaintext when configured.

Structsยง

ReverseClientTlsConfig
TLS material for a native reverse client (control dialer).
ReverseServerTlsConfig
TLS material for a native reverse server (control listener).