summaryrefslogtreecommitdiffhomepage
path: root/common-kex.c
AgeCommit message (Expand)Author
2020-05-28Allow DH to be completely disabled (#97)Vladislav Grishenko
2020-05-28Fix indentation and add bracesMatt Johnston
2020-05-26Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel
2020-05-26merge rsa-sha256Matt Johnston
2020-05-25Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko
2020-05-24send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston
2020-05-21Make server send SSH_MSG_EXT_INFOMatt Johnston
2020-05-19ext-info handling for server-sig-algsMatt Johnston
2020-04-06use sigtype where appropriateMatt Johnston
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
2018-03-08avoid leak of ecdh public keyMatt Johnston
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
2018-02-17merge from mainMatt Johnston
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2017-06-14merge from mainMatt Johnston
2017-06-01fix DEBUG_* conditionFrancois Perrad
2017-05-22zlib can use m_malloc/m_free tooMatt Johnston
2017-05-20glaring wrapfd problems fixedMatt Johnston
2017-05-20closer to workingMatt Johnston
2017-05-18merge main to fuzzMatt Johnston
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16fix empty C prototypesFrancois Perrad
2016-03-15Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston
2016-01-14Move dh group constants to a separate fileMatt Johnston
2016-01-01more hard tabFrancois Perrad
2015-11-25check for zero K value from curve25519Matt Johnston
2015-06-23check ecc key return, fix null pointer crashMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn sshsession's remoteident attribute into char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2015-03-01A bit of a bodge to avoid memcpy if zlib is disabledMatt Johnston
2015-02-10Tighten validation of DH values. Odds of x==0 being generated areMatt Johnston
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2015-01-04clear hash state memory after useMatt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
2014-02-24Make some debug info conditionalMatt Johnston
2014-01-23requirenext doesn't need two valuesMatt Johnston
2014-01-23Fix failing rekeying when we receive a still-in-flight packetMatt Johnston
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-14- Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-11-08curve25519Matt Johnston
2013-05-23Add m_mp_alloc_init_multi() helperMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-16Fix build when zlib is disabled, fromMatt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston