Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a new fuzzer for QUIC (#1800) | Ivan Nardi | 2022-12-01 |
| | | | | | | | | | | | | QUIC packets are encrypted/obfuscated; that means that we need to decrypt them before parsing the real (TLS) message. Fuzzing is not effective here, since a random buffer is hardly a valid encrypted QUIC packet. Add a new fuzzer, testing *decrypted* QUIC packets. Add a basic corpus. Fix a few bugs already found by this fuzzer. | ||
* | Run fuzzing tests also on push event (like the CI tests) (#1400) | Ivan Nardi | 2022-01-12 |
| | |||
* | Fix FuzzCI. (#1338) | Zied Aouini | 2021-10-11 |
| | |||
* | Enable sanitizers on CIFuzz. (#1336) | Zied Aouini | 2021-10-11 |
| | |||
* | Adds CIFuzz to check PRs | Philippe Antoine | 2020-04-18 |
cf https://google.github.io/oss-fuzz/getting-started/continuous-integration/ |