summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-11-14Remove some cluttering TRACE printoutsMatt Johnston
2018-11-05- Add adaptive authentication failure delayMatt Johnston
2018-09-07merge remote forward fixMatt Johnston
2018-09-07FIx remote forward listenersMatt Johnston
2018-08-26Merge writev #include fixMatt Johnston
2018-08-23make writev #include consistent for variable declarations tooMatt Johnston
2018-08-23Merge bugfix delay invalid usersMatt Johnston
2018-08-23Wait to fail invalid usernamesMatt Johnston
2018-08-23fix error message to say localoptions.hMatt Johnston
2018-07-24avoid extended regex features to avoid caring about sed -r vs -EMatt Johnston
2018-03-09Fix leaks in kex fuzzersMatt Johnston
2018-03-09move dictionaries to corpus repoMatt Johnston
2018-03-08avoid leak of ecdh public keyMatt Johnston
2018-03-08kexhashbuf was much to small in kex fuzzersMatt Johnston
2018-03-08Disable wrapfds outside of fuzzed codeMatt Johnston
2018-03-08It turns out you can't have a single-quote in an #errorMatt Johnston
2018-03-08Only advertise a single server ecdsa key when -R (generate as required) isMatt Johnston
2018-03-08#error if no ecc size is chosenMatt Johnston
2018-03-07reduce fuzzer-kexdh params count again, still hitting timeoutMatt Johnston
2018-03-07don't allow null characters in authorized_keysMatt Johnston
2018-03-07fix leak in option handlingMatt Johnston
2018-03-06avoid leak of pubkey_optionsMatt Johnston
2018-03-06fix uninitialised memory in fuzzer codepathMatt Johnston
2018-03-06workaround memory sanitizer FD_ZERO false positivesMatt Johnston
2018-03-06reduce number of dh parameters so fuzzer doesn't timeoutMatt Johnston
2018-03-05ciphers/hashes/kex algorithms won't have string lengths, also useMatt Johnston
2018-03-05Don't read uninitialised value.Matt Johnston
2018-03-05reduce number of params so it doesn't hit a timeoutMatt Johnston
2018-03-05fix some linksMatt Johnston
2018-03-05notes on the fuzzerMatt Johnston
2018-03-05Add kexdh and kexecdh fuzzersMatt Johnston
2018-03-05dictionary for fuzzer-preauthMatt Johnston
2018-03-04try and improve the odds of useful fuzzer activityMatt Johnston
2018-03-04- fuzzer-pubkey needs to free algoname, fix buildMatt Johnston
2018-03-04add a dictionary for fuzzer-pubkeyMatt Johnston
2018-03-04use random keyblob from the fuzzer insteadMatt Johnston
2018-03-04travis fuzz build clang++Matt Johnston
2018-03-04set up CXX for fuzzing buildMatt Johnston
2018-03-04try fix travis sanitizerMatt Johnston
2018-03-04print config.log on failureMatt Johnston
2018-03-04add -fsanitize=address for fuzz test againMatt Johnston
2018-03-04get rid of unused packet_type in encrypted write queueMatt Johnston
2018-03-03mergeMatt Johnston
2018-03-03add cryptlib for all targets in fuzz buildMatt Johnston
2018-03-03some linting after fuzz merge (#60)François Perrad
2018-03-03Fix CFLAGS for configureMatt Johnston
2018-03-02no werror for fuzzing clangMatt Johnston
2018-03-02Attempt to fix m_free for libtomcrypt/libtommathMatt Johnston
2018-03-01avoid fsanitize=address for fuzzingMatt Johnston
2018-03-01Only use malloc wrapper if fuzzingMatt Johnston