test: property-based fuzzing (proptest) for every untrusted-input parser — message line, PROXY header, WebSocket frame, regex engine, ban-mask, duration; asserts no-panic + round-trip/idempotence/bounds invariants

This commit is contained in:
Jean Chevronnet 2026-08-18 22:17:17 +00:00
parent cf2b157842
commit 621f06448d
7 changed files with 85 additions and 0 deletions

View file

@ -37,6 +37,8 @@ rustls-pemfile = "2"
[dev-dependencies]
# integration tests spawn the built binary and act as a TLS client against it
openssl = "0.10"
# property-based fuzzing (parsers) + deterministic S2S simulation (convergence).
proptest = "1"
[profile.release]
opt-level = 3