log common-kex.c @ 907:4a74c58e11fc

age author description
Mon, 24 Feb 2014 20:53:32 +0800 Matt Johnston Make some debug info conditional
Thu, 23 Jan 2014 22:25:52 +0800 Matt Johnston requirenext doesn't need two values
Thu, 23 Jan 2014 21:56:35 +0800 Matt Johnston Fix failing rekeying when we receive a still-in-flight packet
Fri, 17 Jan 2014 21:39:27 +0800 Matt Johnston DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Thu, 14 Nov 2013 21:36:45 +0800 Matt Johnston - Some fixes for old compilers like tru64 v4 from Daniel Richard G.
Tue, 12 Nov 2013 23:02:32 +0800 Matt Johnston Various cleanups and fixes for warnings ecc
Fri, 08 Nov 2013 23:11:43 +0800 Matt Johnston curve25519 ecc
Thu, 23 May 2013 22:18:16 +0800 Matt Johnston Add m_mp_alloc_init_multi() helper ecc
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Sun, 14 Apr 2013 00:50:03 +0800 Matt Johnston A bit of work on ecdsa for host/auth keys ecc
Tue, 16 Apr 2013 22:16:32 +0800 Matt Johnston Fix build when zlib is disabled, from
Sun, 14 Apr 2013 23:16:16 +0800 Matt Johnston requirenext fixup for firstkexfollows
Thu, 11 Apr 2013 23:03:58 +0800 Matt Johnston Fix zlib for split newkeys
Tue, 09 Apr 2013 00:36:04 +0800 Matt Johnston start on ecdsa keys ecc
Mon, 08 Apr 2013 23:56:31 +0800 Matt Johnston - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() ecc
Mon, 08 Apr 2013 23:12:20 +0800 Matt Johnston ecdh works against OpenSSH ecc
Mon, 08 Apr 2013 00:10:57 +0800 Matt Johnston - Fix various hardcoded uses of SHA1 ecc
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Fri, 29 Mar 2013 00:28:09 +0800 Matt Johnston More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ecc
Wed, 27 Mar 2013 23:50:52 +0800 Matt Johnston ecc key import function ecc
Wed, 27 Mar 2013 00:38:03 +0800 Matt Johnston more bits on ecc branch ecc
Tue, 26 Mar 2013 01:35:22 +0800 Matt Johnston refactor kexdh code a bit, start working on ecdh etc ecc
Thu, 04 Apr 2013 00:18:50 +0800 Matt Johnston Take transmit and receive keys into use separately
Wed, 03 Apr 2013 00:43:31 +0800 Matt Johnston Put some #ifdef options around first-follows options in case they kexguess
Sat, 30 Mar 2013 23:55:05 +0800 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
Fri, 29 Mar 2013 23:29:48 +0800 Matt Johnston Add kexguess2 behaviour kexguess
Fri, 29 Mar 2013 20:44:13 +0800 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
Wed, 20 Mar 2013 23:13:45 +0800 Matt Johnston Fix "-m none" case and ugly typo
Thu, 17 May 2012 08:09:19 +0800 Matt Johnston Merge in "-m"/"-c" code insecure-nocrypto
Thu, 17 May 2012 00:26:12 +0800 Matt Johnston ENABLE_USER_ALGO_LIST should work for the client
Thu, 17 May 2012 00:12:42 +0800 Matt Johnston Add rough support for choosing ciphers/hashes with "-c" or "-m"
Wed, 16 May 2012 22:54:51 +0800 Matt Johnston Update insecure-nocrypto to current head insecure-nocrypto
Thu, 10 May 2012 08:38:37 +0800 Matt Johnston - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be sha2
Fri, 10 Feb 2012 18:32:18 +0800 Matt Johnston Clear a few buffers when possible
Tue, 22 Nov 2011 19:28:58 +0700 Matt Johnston A few build fixes dropbear-tfm
Mon, 21 Nov 2011 19:52:28 +0800 Matt Johnston - Update tfm changes to current default tip dropbear-tfm
Mon, 21 Nov 2011 19:19:57 +0800 Matt Johnston - Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm
Sun, 27 Feb 2011 13:57:32 +0000 Matt Johnston Refer to RFCs rather than drafts, update some section references
Thu, 24 Feb 2011 12:42:42 +0000 Matt Johnston Add diffie-hellman-group14-sha1 KEX method
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Fri, 11 Sep 2009 14:02:04 +0000 Matt Johnston - Disable compression for non-final multihops
Sun, 26 Jul 2009 15:39:47 +0000 Matt Johnston - Add option to change zlib windowBits/memLevel
Sun, 01 Mar 2009 16:15:57 +0000 Matt Johnston - Get rid of decryptreadbuf, just decrypt in-place with readbuf
Thu, 06 Nov 2008 13:33:06 +0000 Matt Johnston Update nocrypto branch to current head insecure-nocrypto
Thu, 06 Nov 2008 13:16:55 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) insecure-nocrypto
Mon, 29 Sep 2008 13:53:31 +0000 Matt Johnston - Add Counter Mode support
Mon, 29 Sep 2008 02:23:04 +0000 Matt Johnston Add support for [email protected] delayed compression.
Wed, 08 Aug 2007 15:12:06 +0000 Matt Johnston - Add -K keepalive flag for dropbear and dbclient
Sun, 04 Feb 2007 10:32:59 +0000 Matt Johnston merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'
Sun, 04 Feb 2007 10:31:48 +0000 Matt Johnston Add comments about requiring keysize <= 2*SHA1_HASH_SIZE
Tue, 08 Aug 2006 15:31:38 +0000 Matt Johnston some more debugging output debug-unrandom
Fri, 07 Jul 2006 09:28:32 +0000 Matt Johnston From Erik Hovland
Fri, 10 Mar 2006 06:30:52 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a) insecure-nocrypto
Wed, 30 Nov 2005 10:11:24 +0000 Matt Johnston * options.h, common-kex.c: fix support of 4096 byte host keys
Fri, 23 Sep 2005 16:29:19 +0000 Matt Johnston - a hack for grahame to run dropbear with "none" cipher. insecure-nocrypto
Tue, 30 Aug 2005 16:58:57 +0000 Matt Johnston - Fixed twofish algorithm naming so it actually works.
Wed, 24 Aug 2005 16:43:29 +0000 Matt Johnston Make a variables static
Thu, 05 May 2005 03:58:21 +0000 Matt Johnston - refactored random mp_int generation and byte->mp_int code
Sun, 13 Mar 2005 13:58:14 +0000 Matt Johnston * fix longstanding bug with connections being closed on failure to
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Thu, 02 Sep 2004 15:24:17 +0000 Matt Johnston Check for non-matching algos properly
Tue, 17 Aug 2004 10:20:20 +0000 Matt Johnston default initialisers for mp_ints
Mon, 16 Aug 2004 08:59:11 +0000 Matt Johnston - don't crash when trying to add to known_hosts if it doesn't exist
Sat, 14 Aug 2004 17:54:20 +0000 Matt Johnston License boilerplate etc, add Mihnea as an author to some of the files
Thu, 29 Jul 2004 15:43:26 +0000 Matt Johnston Handle differing c2s and s2c algorithms properly
Thu, 29 Jul 2004 02:19:03 +0000 Matt Johnston set the isserver flag (oops)
Wed, 28 Jul 2004 16:44:16 +0000 Matt Johnston Client mostly works up to password auth
Tue, 27 Jul 2004 16:30:46 +0000 Matt Johnston Progressing client support
Mon, 26 Jul 2004 02:44:20 +0000 Matt Johnston snapshot of stuff
Wed, 23 Jun 2004 07:14:16 +0000 Matt Johnston merge of abac2150ee4f4031a98016241fbd136d24fed127
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required