anytls 0.2.0

A proxy protocol that attempts to mitigate the TLS in TLS fingerprinting problem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod action;
mod engine;
mod frame;
mod padding;
mod state;
mod string_map;

pub use action::ProtocolAction;
pub use engine::Engine;
pub use frame::{Command, Frame, HEADER_OVERHEAD_SIZE};
pub use padding::{CHECK_MARK, PaddingFactory};
pub use state::State;