tree: 6acef5550ef4936cc55c05cd92713b6f692ca58f [path history] [tgz]
  1. corpus/
  2. mayhem/
  3. src/
  4. .gitignore
  5. Cargo.toml
  6. cert.crt
  7. cert.key
  8. Dockerfile
  9. README.md
fuzz/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.