openssh-portable/regress/misc/fuzz-harness
Damien Miller 715c892f0a remove sys/param.h in -portable, after upstream 2021-12-22 09:02:50 +11:00
..
testdata some fixed test data (mostly keys) for fuzzing 2021-01-30 12:02:10 +11:00
Makefile unbreak fuzz harness for recent changes 2021-10-29 13:48:59 +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 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 remove sys/param.h in -portable, after upstream 2021-12-22 09:02:50 +11:00
privkey_fuzz.cc add a fuzzer for private key parsing 2019-10-09 13:49:35 +11:00
pubkey_fuzz.cc
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.