summaryrefslogtreecommitdiffhomepage
path: root/common-kex.c
AgeCommit message (Expand)Author
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
2013-04-14A bit of work on ecdsa for host/auth keysMatt Johnston
2013-04-11Fix zlib for split newkeysMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-04-08- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston
2013-04-08ecdh works against OpenSSHMatt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-04Take transmit and receive keys into use separatelyMatt Johnston
2013-04-03Put some #ifdef options around first-follows options in case theyMatt Johnston
2013-03-30Get rid of client/server specific buf_match_algo, use singleMatt Johnston
2013-03-29Add kexguess2 behaviourMatt 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-27ecc key import functionMatt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2013-03-20Fix "-m none" case and ugly typoMatt Johnston
2012-05-17Merge in "-m"/"-c" codeMatt Johnston
2012-05-17ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-16Update insecure-nocrypto to current headMatt Johnston
2012-05-10- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston
2012-02-10Clear a few buffers when possibleMatt Johnston
2011-02-27Refer to RFCs rather than drafts, update some section referencesMatt Johnston
2011-02-24Add diffie-hellman-group14-sha1 KEX methodMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-07-26- Add option to change zlib windowBits/memLevelMatt Johnston
2009-03-01- Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston
2008-11-06Update nocrypto branch to current headMatt Johnston
2008-11-06propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...Matt Johnston
2008-09-29- Add Counter Mode supportMatt Johnston
2008-09-29Add support for zlib@openssh.com delayed compression.Matt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-02-04merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston
2007-02-04Add comments about requiring keysize <= 2*SHA1_HASH_SIZEMatt Johnston