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ยง
- Reverse
Client TlsConfig - TLS material for a native reverse client (control dialer).
- Reverse
Server TlsConfig - TLS material for a native reverse server (control listener).