openssh/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
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
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
pubkey_fuzz.cc
sig_fuzz.cc
ssh-sk-null.cc unbreak fuzzer support for recent ssh-sk.h changes 2020-01-22 10:30:13 +11:00
sshsig_fuzz.cc
sshsigopt_fuzz.cc

README

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