log

age author description
Thu, 29 Oct 2020 21:35:50 +0800 Matt Johnston Changelog for 2020.81 DROPBEAR_2020.81
Sun, 25 Oct 2020 22:52:36 +0800 Matt Johnston Add first try at fuzzing custom mutator
Sun, 25 Oct 2020 21:47:42 +0800 Matt Johnston merge from main
Sat, 24 Oct 2020 22:40:08 +0800 Matt Johnston Disable stderr output for fuzzer by default
Fri, 23 Oct 2020 23:32:44 +0800 Matt Johnston Add some more variation to fuzzer random number generation
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