dimpl 0.6.1

DTLS 1.2/1.3 implementation (Sans‑IO, Sync)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[path = "../ossl/mod.rs"]
mod ossl_helper;

mod common;
mod crypto;
mod data;
mod edge;
mod fragmentation;
mod handshake;
mod ossl;
mod psk;
mod reorder;
mod retransmit;