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. |