summaryrefslogtreecommitdiff
path: root/fuzz-common.c
Commit message (Expand)AuthorAgeFilesLines
* Add kexdh and kexecdh fuzzersMatt Johnston2018-03-051-0/+11
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-8/+10
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-7/+7
* The fuzzer has managed to generated DSS key/signature pairs thatMatt Johnston2018-02-211-0/+2
* fix bad assertionMatt Johnston2018-01-231-1/+1
* add fuzzer-preauth_nomathsMatt Johnston2018-01-231-4/+58
* fuzzer-preauth don't call getpwnam(), bring back longjmpMatt Johnston2017-06-021-5/+3
* Add a flag whether to longjmp, missed that last commitMatt Johnston2017-06-011-0/+1
* Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston2017-05-261-0/+16
* rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston2017-05-251-17/+1
* fuzzers disable logging by defaultMatt Johnston2017-05-251-1/+13
* fuzzer-pubkeyMatt Johnston2017-05-231-2/+2
* glaring wrapfd problems fixedMatt Johnston2017-05-201-1/+4
* closer to workingMatt Johnston2017-05-201-4/+5
* add wrapfd. improve fuzzer in makefileMatt Johnston2017-05-191-0/+33
* setup svr_dropbear_exitMatt Johnston2017-05-181-0/+5
* crypto_init()Matt Johnston2017-05-131-0/+1
* fuzz harnessMatt Johnston2017-05-131-0/+78