openssh-portable/regress/misc/fuzz-harness
Damien Miller a5dfc5bae8 allow a fuzz case to contain more than one request
loop until input buffer empty, no message consumed or 256 messages
processed
2021-01-30 16:32:29 +11:00
..
testdata some fixed test data (mostly keys) for fuzzing 2021-01-30 12:02:10 +11:00
Makefile ssh-agent fuzzer 2021-01-30 13:18:30 +11:00
README Fuzzer harnesses for sig verify and pubkey parsing 2017-09-08 12:44:13 +10:00
agent_fuzz.cc ssh-agent fuzzer 2021-01-30 13:18:30 +11:00
agent_fuzz_helper.c allow a fuzz case to contain more than one request 2021-01-30 16:32:29 +11:00
authopt_fuzz.cc really add source for authopt_fuzz this time 2018-09-15 19:36:55 +10:00
fixed-keys.h move keys out of kex_fuzz.cc into separate header 2021-01-30 12:02:46 +11:00
kex_fuzz.cc move keys out of kex_fuzz.cc into separate header 2021-01-30 12:02:46 +11:00
privkey_fuzz.cc add a fuzzer for private key parsing 2019-10-09 13:49:35 +11:00
pubkey_fuzz.cc Fuzzer harnesses for sig verify and pubkey parsing 2017-09-08 12:44:13 +10:00
sig_fuzz.cc unbreak fuzzers for recent security key changes 2019-11-25 21:47:49 +11:00
ssh-sk-null.cc unbreak fuzzer support for recent ssh-sk.h changes 2020-01-22 10:30:13 +11:00
sshsig_fuzz.cc unbreak fuzzers for recent security key changes 2019-11-25 21:47:49 +11:00
sshsigopt_fuzz.cc fuzzer for sshsig allowed_signers option parsing 2019-09-05 15:46:11 +10:00

README

This directory contains fuzzing harnesses for use with clang's libfuzzer.