singe/thirdparty/openssl/cloudflare-quiche/fuzz
2023-11-16 22:15:24 -06:00
..
corpus SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
mayhem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
src SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
.gitignore SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
Cargo.toml SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
cert.crt SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
cert.key SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
Dockerfile SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
README.md SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00

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.