summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-06-11fix checkmac always failing pre-kexMatt Johnston
2017-06-02fuzzer-preauth don't call getpwnam(), bring back longjmpMatt Johnston
2017-06-01Add a flag whether to longjmp, missed that last commitMatt Johnston
2017-05-30don't longjmp for fuzzer-preauth (temporary to debug asan)Matt Johnston
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
2017-05-26fix building with DEBUG_TRACEMatt Johnston
2017-05-26add m_mp_free_multi, be more careful freeing when failing to load keysMatt Johnston
2017-05-26add fuzzer-verifyMatt Johnston
2017-05-26fix null pointer crashMatt Johnston
2017-05-26linked list dbmalloc nowMatt Johnston
2017-05-25rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston
2017-05-25limit input sizeMatt Johnston
2017-05-25fuzzing has a constant timeMatt Johnston
2017-05-25Just use memset, it should'be be optimised out in a separate fileMatt Johnston
2017-05-25fuzzers disable logging by defaultMatt Johnston
2017-05-25don't exit encountering short linesMatt Johnston
2017-05-25avoid NULL argument to base64 decodeMatt Johnston
2017-05-23create fuzzer .options filesMatt Johnston
2017-05-23fuzzer-pubkeyMatt Johnston
2017-05-23split out checkpubkey_line() separatelyMatt Johnston
2017-05-22define SIZE_T_MAXMatt Johnston
2017-05-22remove unneeded checkMatt Johnston
2017-05-22zlib can use m_malloc/m_free tooMatt Johnston
2017-05-21seed_fuzz() prototypeMatt Johnston
2017-05-21-v for debug_traceMatt Johnston
2017-05-21Fix null pointer dereference found by libfuzzerMatt Johnston
2017-05-21add dbmalloc epoch cleanupMatt Johnston
2017-05-21ignore wrapfd_close for unknownMatt Johnston
2017-05-20make buf_getstring fail prior to malloc if the buffer is shortMatt Johnston
2017-05-20glaring wrapfd problems fixedMatt Johnston
2017-05-20closer to workingMatt Johnston
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
2017-05-18merge main to fuzzMatt Johnston
2017-05-18better harnessMatt Johnston
2017-05-18setup svr_dropbear_exitMatt Johnston
2017-05-18merge mainMatt Johnston
2017-05-18merge 2017.75Matt Johnston
2017-05-18Added signature for changeset 5c9207ceedaeMatt Johnston
2017-05-18Added tag DROPBEAR_2017.75 for changeset c31276613181Matt Johnston
2017-05-18fix changelog for atomic dropbearkeyMatt Johnston
2017-05-17bump version to 2017.75Matt Johnston
2017-05-17changes for 2017.75Matt Johnston
2017-05-14rename fuzzer -> fuzz-target, add list-fuzz-targetsMatt Johnston
2017-05-13Use CXX to link fuzzer, also link with $FUZZLIBMatt Johnston
2017-05-13crypto_init()Matt Johnston
2017-05-13fix buf->pos when shrinkingMatt Johnston
2017-05-13fuzz harnessMatt Johnston
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
2017-05-12notsocket changes from afl branchMatt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston