summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-06-24merge from main (libtommath/libtomcrypt/curve25510-donna updates)Matt Johnston
2017-06-24Update to libtommath v1.0Matt Johnston
2017-06-24update to libtomcrypt 1.17 (with Dropbear changes)Matt Johnston
2017-06-24Update curve25519-donna to f7837adf95a2c2dcc36233cb02a1fb34081c0c4aMatt Johnston
2017-06-24document changed default RSA key size back in 2013.61testMatt Johnston
2017-06-24fix dss debug printingMatt Johnston
2017-06-24merge from mainMatt Johnston
2017-06-24test dss key parameter lengths exactlyMatt Johnston
2017-06-24test for -pie linker flag as well, for LinuxMatt Johnston
2017-06-24merge from mainMatt Johnston
2017-06-24set hardened compiler/linker flags by defaultMatt Johnston
2017-06-23test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston
2017-06-23set PAM_RHOSTMatt Johnston
2017-06-23mergeMatt Johnston
2017-06-23Compile with -fno-strict-overflow if possible.Matt Johnston
2017-06-20verify debug printingMatt Johnston
2017-06-16increase min DSS and RSA lengthsMatt Johnston
2017-06-16check p and q lengthsMatt Johnston
2017-06-15fix missing arglist NULL terminatorMatt Johnston
2017-06-14merge from mainMatt Johnston
2017-06-14improve value range validationMatt Johnston
2017-06-11fix checkmac always failing pre-kexMatt Johnston
2017-06-05sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOGBen Gardner
2017-06-03Merge pull request #38 from armcc/masterMatt Johnston
2017-06-03Merge pull request #40 from fperrad/20161119_lintMatt Johnston
2017-06-02when pointer, use NULL instead of 0Francois Perrad
2017-06-02Set configure #defines to 1. Escape some strings for m4Matt Johnston
2017-06-02Merge pull request #37 from shauser88/configure-fixesMatt Johnston
2017-06-02Merge pull request #39 from fperrad/20161118_lintMatt Johnston
2017-06-02Merge pull request #34 from bengardner/gitignoreMatt Johnston
2017-06-02Merge pull request #33 from bengardner/termcodesMatt Johnston
2017-06-02Merge pull request #32 from bengardner/ERR_labelMatt Johnston
2017-06-02Merge pull request #31 from bengardner/PATH_DEVNULLMatt Johnston
2017-06-01rename hidden variableFrancois Perrad
2017-06-01fix DEBUG_* conditionFrancois Perrad
2017-06-01use #ifdef DROPBEAR_PRNGD_SOCKET instead of #ifFrancois Perrad
2017-06-02fuzzer-preauth don't call getpwnam(), bring back longjmpMatt Johnston
2017-06-01fix indentationFrancois Perrad
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 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-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