summaryrefslogtreecommitdiff
path: root/cli-kex.c
Commit message (Expand)AuthorAgeFilesLines
* dbclient print remote fingerprint with -vMatt Johnston2022-04-011-1/+1
* Add fuzzer-client_nomaths, fix client fuzzerMatt Johnston2020-10-181-0/+13
* Allow DH to be completely disabled (#97)Vladislav Grishenko2020-05-281-0/+2
* send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-0/+10
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-0/+25
* use sigtype where appropriateMatt Johnston2020-04-061-5/+6
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-111-1/+1
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-3/+3
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-6/+6
* options for disabling "normal" DHMatt Johnston2016-05-021-6/+10
* Fix truncated type for getc() at confirmation promptMatt Johnston2016-03-151-1/+1
* Use dropbear_log instead of some fprintf's in client code.Konstantin Tokarev2015-12-011-2/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-1/+1
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-5/+5
* requirenext doesn't need two valuesMatt Johnston2014-01-231-2/+1
* Fix failing rekeying when we receive a still-in-flight packetMatt Johnston2014-01-231-2/+0
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* - Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston2013-11-091-1/+1
* MergeMatt Johnston2013-11-081-30/+67
|\
| * curve25519Matt Johnston2013-11-081-30/+67
* | Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-071-7/+12
|/
* merge in HEADMatt Johnston2013-05-211-9/+39
|\
| * requirenext fixup for firstkexfollowsMatt Johnston2013-04-141-3/+4
| * mergeMatt Johnston2013-04-141-0/+5
| |\
| | * -y -y to disable hostkey checkingMatt Johnston2013-04-141-0/+5
| * | Take transmit and receive keys into use separatelyMatt Johnston2013-04-041-1/+0
| * | Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston2013-04-031-4/+13
| * | merge from head roundtrip changesMatt Johnston2013-04-011-1/+1
| |\ \
| | * | Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-1/+1
| * | | first_kex_packet_follows working, needs tidyingMatt Johnston2013-03-291-2/+3
| |/ /
* | | - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston2013-04-081-1/+1
* | | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-2/+4
* | | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-2/+5
* | | more bits on ecc branchMatt Johnston2013-03-271-1/+1
* | | refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-20/+24
|/ /
* | Fix a few compile warningsMatt Johnston2013-03-231-1/+0
|/
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-1/+1
* - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-121-0/+1
* Remove a newline from the kex prompt question, from FreeWRTMatt Johnston2007-02-251-1/+1
* Improve known_hosts checking.Matt Johnston2007-02-221-21/+44
* Add '-y' option to dbclient to accept the host key without checkingMatt Johnston2007-02-111-18/+27
* Fixes from Erik Hovland:Matt Johnston2006-07-071-1/+1
* Look at HOME before /etc/passwd when looking for ~/.ssh/known_hostsMatt Johnston2006-06-071-11/+11
* don't fail fatally if the client can't get homedir from getpwuid(), fallbackMatt Johnston2006-04-121-26/+36
* Read "y/n" response for fingerprints from /dev/tty directly so that dbclientMatt Johnston2005-01-111-1/+11
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-17/+17
* Fix if the first write failsMatt Johnston2004-08-241-6/+9
* default initialisers for mp_intsMatt Johnston2004-08-171-3/+10
* create known_hosts properlyMatt Johnston2004-08-161-2/+9
* - don't crash when trying to add to known_hosts if it doesn't existMatt Johnston2004-08-161-1/+3