summaryrefslogtreecommitdiffhomepage
path: root/cli-kex.c
AgeCommit message (Expand)Author
2020-10-18Add fuzzer-client_nomaths, fix client fuzzerMatt Johnston
2020-05-28Allow DH to be completely disabled (#97)Vladislav Grishenko
2020-05-24send and handle SSH_MSG_EXT_INFO only at the correct pointMatt 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
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-05-02options for disabling "normal" DHMatt Johnston
2016-03-15Fix truncated type for getc() at confirmation promptMatt Johnston
2015-12-15Use dropbear_log instead of some fprintf's in client code.Konstantin Tokarev
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2014-01-23requirenext doesn't need two valuesMatt Johnston
2014-01-23Fix failing rekeying when we receive a still-in-flight packetMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-09- Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston
2013-11-08MergeMatt Johnston
2013-11-08curve25519Matt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-14mergeMatt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
2013-04-08- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-04Take transmit and receive keys into use separatelyMatt Johnston
2013-04-03Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston
2013-04-01merge from head roundtrip changesMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2013-03-29first_kex_packet_follows working, needs tidyingMatt Johnston
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2013-03-23Fix a few compile warningsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston
2007-02-25Remove a newline from the kex prompt question, from FreeWRTMatt Johnston
2007-02-22Improve known_hosts checking.Matt Johnston
2007-02-11Add '-y' option to dbclient to accept the host key without checkingMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2006-06-07Look at HOME before /etc/passwd when looking for ~/.ssh/known_hostsMatt Johnston
2006-04-12don't fail fatally if the client can't get homedir from getpwuid(), fallbackMatt Johnston
2005-01-11Read "y/n" response for fingerprints from /dev/tty directly so that dbclientMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-24Fix if the first write failsMatt Johnston
2004-08-17default initialisers for mp_intsMatt Johnston
2004-08-16create known_hosts properlyMatt Johnston
2004-08-16- don't crash when trying to add to known_hosts if it doesn't existMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston