Crates.io | drogue-tls |
lib.rs | drogue-tls |
version | 0.6.0 |
source | src |
created_at | 2020-09-17 19:24:10.294964 |
updated_at | 2022-05-04 10:22:50.47938 |
description | TLS 1.3 client with no_std support and no allocator |
homepage | https://drogue.io |
repository | https://github.com/drogue-iot/drogue-tls |
max_upload_size | |
id | 289893 |
size | 185,014 |
Drogue-TLS is a Rust-native TLS 1.3 implementation that works in a no-std environment. The implementation is work in progress, but the example clients should work against the rustls echo server.
NOTE: This crate has been replaced by embedded-tls.