Skip to main content

Module tls

Module tls 

Source
Expand description

TLS interception: inline MITM for the smoltcp networking stack.

All TCP connections terminate at smoltcp. For intercepted ports, the proxy task does TLS MITM by terminating the guest’s TLS with a generated per-domain certificate and re-originating a TLS connection to the real server.

Re-exports§

pub use config::*;

Modules§

config
TLS interception configuration types.
state
Shared TLS state: CA, certificate cache, and upstream connector.