log common-kex.c @ 1700:56f636f84bf5

age author description
Thu, 28 May 2020 22:55:49 +0800 Matt Johnston Fix indentation and add braces
Tue, 26 May 2020 17:36:47 +0200 Steffen Jaeckel Update LibTomMath to 1.2.0 (#84)
Tue, 26 May 2020 00:24:02 +0800 Matt Johnston merge rsa-sha256
Sun, 24 May 2020 14:16:58 +0800 Matt Johnston send and handle SSH_MSG_EXT_INFO only at the correct point
Thu, 21 May 2020 23:00:22 +0800 Matt Johnston Make server send SSH_MSG_EXT_INFO
Tue, 19 May 2020 00:31:41 +0800 Matt Johnston ext-info handling for server-sig-algs
Mon, 06 Apr 2020 23:18:26 +0800 Matt Johnston use sigtype where appropriate
Mon, 25 May 2020 20:50:25 +0500 Vladislav Grishenko Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)
Wed, 11 Mar 2020 21:09:45 +0500 Vladislav Grishenko Add Ed25519 support (#91)
Thu, 08 Mar 2018 23:51:33 +0800 Matt Johnston avoid leak of ecdh public key
Wed, 28 Feb 2018 21:40:08 +0800 Matt Johnston - #if not #ifdef for DROPBEAR_FUZZ fuzz
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Tue, 23 Jan 2018 23:05:47 +0800 Matt Johnston add fuzzer-preauth_nomaths fuzz
Wed, 14 Jun 2017 23:31:42 +0800 Matt Johnston merge from main fuzz
Sat, 19 Nov 2016 10:47:18 +0100 Francois Perrad fix DEBUG_* condition
Mon, 22 May 2017 22:09:26 +0800 Matt Johnston zlib can use m_malloc/m_free too fuzz
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Sat, 20 May 2017 13:23:16 +0800 Matt Johnston closer to working fuzz
Thu, 18 May 2017 23:45:10 +0800 Matt Johnston merge main to fuzz fuzz
Fri, 12 May 2017 23:14:54 +0800 Matt Johnston copy over some fuzzing code from AFL branch fuzz
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Tue, 15 Mar 2016 21:41:06 +0800 Matt Johnston Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent
Fri, 01 Jan 2016 15:02:09 +0100 Francois Perrad more hard tab
Thu, 14 Jan 2016 21:54:58 +0800 Matt Johnston Move dh group constants to a separate file
Wed, 25 Nov 2015 22:15:59 +0800 Matt Johnston check for zero K value from curve25519
Tue, 23 Jun 2015 21:48:13 +0800 Matt Johnston check ecc key return, fix null pointer crash
Thu, 04 Jun 2015 23:24:08 +0800 Matt Johnston merge
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned char*
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 22:48:11 +0200 Gaël PORTAY Turn sshsession's remoteident attribute into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Sun, 01 Mar 2015 00:57:21 +0800 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
Tue, 10 Feb 2015 21:46:19 +0800 Matt Johnston Tighten validation of DH values. Odds of x==0 being generated are
Wed, 28 Jan 2015 21:38:27 +0800 Matt Johnston Disable non-delayed zlib for server
Sun, 04 Jan 2015 23:10:59 +0800 Matt Johnston clear hash state memory after use
Thu, 13 Mar 2014 23:50:09 +0800 Matt Johnston Add new monotonic_now() wrapper so that timeouts are unaffected by
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