log

age author description
2018-03-20 Matt Johnston merge coverity coverity
2018-03-09 Matt Johnston Fix leaks in kex fuzzers
2018-03-09 Matt Johnston move dictionaries to corpus repo
2018-03-08 Matt Johnston avoid leak of ecdh public key
2018-03-08 Matt Johnston kexhashbuf was much to small in kex fuzzers
2018-03-08 Matt Johnston Disable wrapfds outside of fuzzed code
2018-03-08 Matt Johnston It turns out you can't have a single-quote in an #error
2018-03-08 Matt Johnston Only advertise a single server ecdsa key when -R (generate as required) is
2018-03-08 Matt Johnston #error if no ecc size is chosen
2018-03-07 Matt Johnston reduce fuzzer-kexdh params count again, still hitting timeout
2018-03-07 Matt Johnston don't allow null characters in authorized_keys
2018-03-07 Matt Johnston fix leak in option handling
2018-03-06 Matt Johnston avoid leak of pubkey_options
2018-03-06 Matt Johnston fix uninitialised memory in fuzzer codepath
2018-03-06 Matt Johnston workaround memory sanitizer FD_ZERO false positives
2018-03-06 Matt Johnston reduce number of dh parameters so fuzzer doesn't timeout
2018-03-05 Matt Johnston ciphers/hashes/kex algorithms won't have string lengths, also use
2018-03-05 Matt Johnston Don't read uninitialised value.
2018-03-05 Matt Johnston reduce number of params so it doesn't hit a timeout
2018-03-05 Matt Johnston fix some links
2018-03-05 Matt Johnston notes on the fuzzer
2018-03-05 Matt Johnston Add kexdh and kexecdh fuzzers
2018-03-04 Matt Johnston dictionary for fuzzer-preauth
2018-03-04 Matt Johnston try and improve the odds of useful fuzzer activity
2018-03-04 Matt Johnston - fuzzer-pubkey needs to free algoname, fix build
2018-03-04 Matt Johnston add a dictionary for fuzzer-pubkey
2018-03-04 Matt Johnston use random keyblob from the fuzzer instead
2018-03-04 Matt Johnston travis fuzz build clang++
2018-03-04 Matt Johnston set up CXX for fuzzing build
2018-03-04 Matt Johnston try fix travis sanitizer