log

age author description
Fri, 23 Oct 2020 23:10:20 +0800 Matt Johnston Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
Sat, 24 Oct 2020 19:28:29 +0800 Matt Johnston Make "Too many remote algorithms" exit rather than log
Sat, 24 Oct 2020 18:56:45 +0800 Matt Johnston Add buf_decrpos()
Fri, 23 Oct 2020 20:53:58 +0800 Matt Johnston Increase MAX_PROPOSED_ALGO to 50, warn if exceeded
Wed, 21 Oct 2020 20:49:22 +0800 Matt Johnston Fix #ifdef DROPBEAR_FUZZ (caught by linter)
Tue, 20 Oct 2020 23:34:38 +0800 Matt Johnston Load password and key for client fuzzer.
Tue, 20 Oct 2020 23:33:45 +0800 Matt Johnston Don't sort objects, it breaks -lcrypt ordering
Mon, 19 Oct 2020 23:38:11 +0800 Matt Johnston Add ubsan fuzz run to Travis CI too
Mon, 19 Oct 2020 22:49:19 +0800 Matt Johnston Use Dropbear's random source rather than libtommath's platform
Mon, 19 Oct 2020 21:38:20 +0800 Matt Johnston Avoid passing NULL to memcpy
Sun, 18 Oct 2020 23:32:39 +0800 Matt Johnston Fix fuzzer build
Sun, 18 Oct 2020 22:53:44 +0800 Matt Johnston Merge fuzz branch
Sun, 18 Oct 2020 22:52:24 +0800 Matt Johnston Allocate real file descriptors for fuzz input with dup() fuzz
Sun, 18 Oct 2020 22:17:54 +0800 Matt Johnston Disallow extra kexinit messages fuzz
Sun, 18 Oct 2020 15:08:54 +0800 Matt Johnston Add fuzzer-client_nomaths, fix client fuzzer fuzz