embedded-tls 0.18.0

TLS 1.3 client with no_std support and no allocator
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod key_share;
pub mod max_fragment_length;
pub mod pre_shared_key;
pub mod psk_key_exchange_modes;
pub mod server_name;
pub mod signature_algorithms;
pub mod signature_algorithms_cert;
pub mod supported_groups;
pub mod supported_versions;
pub mod unimplemented;