summaryrefslogtreecommitdiffhomepage
path: root/cli-kex.c
AgeCommit message (Expand)Author
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
2004-08-09add new entries to known_hostsMatt Johnston
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-26snapshot of stuffMatt Johnston