Expand description

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.

Modules

Structs

The SHA-256 hash algorithm with the SHA-256 initial hash value.

Type representing an async TLS connection. An instance of this type can be used to establish a TLS connection, write and read encrypted data over this connection, and closing to free up the underlying resources.

Enums

Traits