summaryrefslogtreecommitdiffhomepage
path: root/fuzz.h
AgeCommit message (Expand)Author
2021-03-05fuzz: fix crash in newtcpdirect(), don't close the channel too earlyMatt Johnston
2021-03-04Define _GNU_SOURCE properly, other header fixesMatt Johnston
2021-01-29fuzz: wrap kill()Matt Johnston
2020-12-06fuzz: add an always-failing dropbear_listen() replacementMatt Johnston
2020-12-03fuzz: make postauth set authdone properlyMatt Johnston
2020-11-16fuzzing: add workaround getpwuid/getpwnamMatt Johnston
2020-11-15Fix fuzzing buildMatt Johnston
2020-11-13Add server postauth fuzzer, wrap connect_remote()Matt Johnston
2020-10-26Fix fuzzing stderr override on os xMatt Johnston
2020-10-24Disable stderr output for fuzzer by defaultMatt Johnston
2020-10-23Add some more variation to fuzzer random number generationMatt Johnston
2020-10-20Load password and key for client fuzzer.Matt Johnston
2020-10-18Fix fuzzer buildMatt Johnston
2020-10-18Get client fuzzer building and starting (fails straight away)Matt Johnston
2020-10-15Make wrapfd share a common buffer for all FDsMatt Johnston
2018-03-05Add kexdh and kexecdh fuzzersMatt Johnston
2018-02-28clean some fuzzing conditionalsMatt Johnston
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
2017-06-01Add a flag whether to longjmp, missed that last commitMatt Johnston
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
2017-05-25rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston
2017-05-23fuzzer-pubkeyMatt Johnston
2017-05-20glaring wrapfd problems fixedMatt Johnston
2017-05-20closer to workingMatt Johnston
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
2017-05-13fuzz harnessMatt Johnston