Module net_tls

Module net_tls 

Source
Expand description

TLS/SSL session wrapper (mbedTLS).

Session wraps the oveRTOS TLS handle with automatic cleanup. After creating a session and completing the handshake over an existing crate::net::TcpStream, all I/O goes through Session::send and Session::recv.

Works in both heap and zero-heap modes.

Structsยง

Session
TLS session with RAII cleanup.
TlsConfig
TLS session configuration.