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.