summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2018-03-01avoid volatile cast warningMatt Johnston
2018-03-01don't try clang-5.0Matt Johnston
2018-03-01add fuzzers to travisMatt Johnston
2018-03-01mention localoptions.h being build directory, fix underscore in CHANGESMatt Johnston
2018-02-28more portable for `which hg` testMatt Johnston
2018-02-28Merge fuzzing branchMatt Johnston
2018-02-28merge from mainMatt Johnston
2018-02-28clean some fuzzing conditionalsMatt Johnston
2018-02-28fix #endif (#59)François Perrad
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
2018-02-28merge from mainMatt Johnston
2018-02-27Added signature for changeset 2f0c3f3361d3Matt Johnston
2018-02-27Added tag DROPBEAR_2018.76 for changeset 1c66ca4f3791Matt Johnston
2018-02-27Bump versionMatt Johnston
2018-02-27bump debian changelogMatt Johnston
2018-02-27CHANGES for 2018.76Matt Johnston
2018-02-27add guard HAVE_GETGROUPLISTMatt Johnston
2018-02-27Remove unused tests for headers and functionsMatt Johnston
2018-02-26only clean libtom when using bundled librariesMatt Johnston
2018-02-26remove references to TODOMatt Johnston
2018-02-26avoid warning about portMatt Johnston
2018-02-26merge from mainMatt Johnston
2018-02-26make group1 client-onlyMatt Johnston