| .. | ||
| corpus | ||
| mayhem | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| cert.crt | ||
| cert.key | ||
| Dockerfile | ||
| README.md | ||
This crate provides fuzzers based on libfuzzer.
Available fuzzers:
-
packet_recv_client: Processes a single incoming packet (including frames) at a time from the client side.
-
packet_recv_server: Processes a single incoming packet (including frames) at a time from the server side.
-
qpack_decode: Parses a single QPACK header block at a time.