openssh-portable/regress/misc/fuzz-harness
Damien Miller dc7bc52372 fix some bugs in the fuzzer 2022-05-30 09:29:20 +10:00
..
testdata some fixed test data (mostly keys) for fuzzing 2021-01-30 12:02:10 +11:00
Makefile fuzzer for authorized_keys parsing 2022-05-27 17:00:43 +10: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
authkeys_fuzz.cc fix some bugs in the fuzzer 2022-05-30 09:29:20 +10: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 portable-specific string array constification 2022-02-02 16:52:07 +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 fuzz harness for recent changes 2021-10-29 13:48:59 +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.