log

age author description
2020-10-21 Matt Johnston Fix #ifdef DROPBEAR_FUZZ (caught by linter)
2020-10-20 Matt Johnston Load password and key for client fuzzer.
2020-10-20 Matt Johnston Don't sort objects, it breaks -lcrypt ordering
2020-10-19 Matt Johnston Add ubsan fuzz run to Travis CI too
2020-10-19 Matt Johnston Use Dropbear's random source rather than libtommath's platform
2020-10-19 Matt Johnston Avoid passing NULL to memcpy
2020-10-18 Matt Johnston Fix fuzzer build
2020-10-18 Matt Johnston Merge fuzz branch
2020-10-18 Matt Johnston Allocate real file descriptors for fuzz input with dup() fuzz
2020-10-18 Matt Johnston Disallow extra kexinit messages fuzz
2020-10-18 Matt Johnston Add fuzzer-client_nomaths, fix client fuzzer fuzz
2020-10-18 Matt Johnston Get client fuzzer building and starting (fails straight away) fuzz
2020-10-15 Matt Johnston Make wrapfd share a common buffer for all FDs fuzz
2020-10-15 Matt Johnston merge from main fuzz
2020-10-08 Matt Johnston Avoid gnu extension conditional operator