17 releases (11 breaking)

0.17.0 Jan 6, 2024
0.16.3 Nov 4, 2023
0.16.1 Oct 30, 2023
0.14.1 Apr 29, 2023
0.8.0 Jun 2, 2022

#5 in #tls-client

Download history 7/week @ 2023-12-04 15/week @ 2023-12-11 10/week @ 2024-01-01 26/week @ 2024-01-08 68/week @ 2024-02-12 130/week @ 2024-02-19 68/week @ 2024-02-26 70/week @ 2024-03-04 110/week @ 2024-03-11 69/week @ 2024-03-18

363 downloads per month
Used in 2 crates

Apache-2.0

220KB
5.5K SLoC

Embedded-TLS

CI crates.io docs.rs Matrix

Embedded-TLS is a Rust-native TLS 1.3 implementation that works in a no-std environment. The Rust crate was formerly known as drogue-tls. The implementation is work in progress, but the example clients should work against the rustls echo server.

The client supports both async and blocking modes. By default, the std feature is enabled, but can be disabled for bare metal usage.

To use the async mode, import embedded_tls::*. To use the blocking mode, import embedded_tls::blocking::*.

Some features and extensions are not yet implemented, have a look at open issues.

Only supports writing/receiving one frame at a time, hence using a frame buffer larger than 16k is not currently needed. You may use a lower frame buffer size, but there is no guarantee that it will be able to parse any TLS 1.3 frame.

Community

Dependencies

~4–15MB
~175K SLoC