Wed, 30 Mar 2022 11:44:04 +0800 |
Matt Johnston |
Make SHA1 optional, implement SHA256 fingerprints
|
Sat, 22 Jan 2022 16:53:04 +0300 |
egor-duda |
Implement server-side support for sk-ecdsa U2F-backed keys (#142)
|
Thu, 19 Aug 2021 17:39:31 +0200 |
Sven Roederer |
signkey: remove !! from SHA1 digest (#130)
|
Sat, 24 Oct 2020 18:56:45 +0800 |
Matt Johnston |
Add buf_decrpos()
|
Tue, 26 May 2020 19:57:28 +0800 |
Matt Johnston |
cast to fix warning
|
Sun, 24 May 2020 14:16:58 +0800 |
Matt Johnston |
send and handle SSH_MSG_EXT_INFO only at the correct point
|
Tue, 19 May 2020 00:31:41 +0800 |
Matt Johnston |
ext-info handling for server-sig-algs
|
Sun, 17 May 2020 23:58:31 +0800 |
Matt Johnston |
split signkey_type and signature_type for RSA sha1 vs sha256
|
Mon, 06 Apr 2020 23:18:26 +0800 |
Matt Johnston |
use sigtype where appropriate
|
Wed, 11 Mar 2020 21:09:45 +0500 |
Vladislav Grishenko |
Add Ed25519 support (#91)
|
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
|
Thu, 20 Jul 2017 19:38:26 +0000 |
Michael Witten |
options: Complete the transition to numeric toggles (`#if')
|
Sat, 19 Aug 2017 17:16:13 +0200 |
Francois Perrad |
Pointer parameter could be declared as pointing to const
|
Sat, 24 Jun 2017 00:47:07 +0800 |
Matt Johnston |
merge from main
fuzz
|
Fri, 26 May 2017 00:19:53 +0800 |
Matt Johnston |
fix null pointer crash
|
Sun, 21 May 2017 18:53:09 +0800 |
Matt Johnston |
Fix null pointer dereference found by libfuzzer
|
Wed, 14 Jun 2017 23:31:42 +0800 |
Matt Johnston |
merge from main
fuzz
|
Fri, 26 May 2017 21:08:43 +0800 |
Matt Johnston |
add m_mp_free_multi, be more careful freeing when failing to load keys
|
Fri, 26 May 2017 21:08:43 +0800 |
Matt Johnston |
add m_mp_free_multi, be more careful freeing when failing to load keys
fuzz
|
Fri, 26 May 2017 00:19:53 +0800 |
Matt Johnston |
fix null pointer crash
fuzz
|
Thu, 25 May 2017 00:09:40 +0800 |
Matt Johnston |
avoid NULL argument to base64 decode
fuzz
|
Tue, 23 May 2017 22:43:34 +0800 |
Matt Johnston |
fuzzer-pubkey
fuzz
|
Sun, 21 May 2017 18:53:09 +0800 |
Matt Johnston |
Fix null pointer dereference found by libfuzzer
fuzz
|
Wed, 04 May 2016 15:33:40 +0200 |
Matt Johnston |
Convert #ifdef to #if, other build changes
|
Wed, 16 Mar 2016 22:53:27 +0800 |
Matt Johnston |
merge
|
Fri, 01 Jan 2016 09:20:50 +0100 |
Francois Perrad |
const variables
|
Tue, 15 Mar 2016 22:40:15 +0800 |
Matt Johnston |
cast return type to enum
|
Thu, 31 Dec 2015 15:59:01 +0100 |
Francois Perrad |
refactor indentation with hard tab
|
Thu, 04 Jun 2015 23:08:50 +0800 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
Sat, 02 May 2015 15:59:06 +0200 |
Gaƫl PORTAY |
Fix pointer differ in signess warnings [-Werror=pointer-sign]
|
Sun, 01 Mar 2015 22:44:36 +0800 |
Matt Johnston |
Fix some memory leaks in ecc code
|
Fri, 20 Feb 2015 23:16:38 +0800 |
Matt Johnston |
Move generic network routines to netio.c
fastopen
|
Wed, 25 Jun 2014 23:37:44 +0800 |
Matt Johnston |
Fix compiling with ECDSA and DSS disabled
|
Mon, 25 Nov 2013 23:08:33 +0800 |
Matt Johnston |
Fix some warnings
|
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
|
Thu, 07 Nov 2013 23:49:37 +0800 |
Matt Johnston |
Add '-R' for delayed hostkey option
keyondemand
|
Thu, 07 Nov 2013 00:18:52 +0800 |
Matt Johnston |
refactor key generation, make it generate as required.
keyondemand
|
Fri, 01 Nov 2013 00:13:09 +0800 |
Matt Johnston |
Fix specifying a keysize for key generation, fix key name arguments
ecc
|
Sat, 25 May 2013 00:54:19 +0800 |
Matt Johnston |
have separate ecdsa keys for each size
ecc
|
Tue, 21 May 2013 12:09:35 +0800 |
Matt Johnston |
merge in HEAD
ecc
|
Fri, 03 May 2013 23:07:48 +0800 |
Matt Johnston |
ecdsa is working
ecc
|
Sun, 28 Apr 2013 23:17:43 +0800 |
Matt Johnston |
more ecdsa signkey work, not correct
ecc
|
Sun, 14 Apr 2013 00:50:03 +0800 |
Matt Johnston |
A bit of work on ecdsa for host/auth keys
ecc
|
Sat, 06 Apr 2013 16:00:37 +0800 |
Matt Johnston |
Make _sign and _verify functions take a buffer* rather than void* and int
ecc
|
Mon, 01 Apr 2013 00:07:26 +0800 |
Matt Johnston |
Move the more verbose TRACE() statements into TRACE2()
|
Sun, 04 Dec 2011 05:24:50 +0800 |
Matt Johnston |
- Fix some format strings in TRACE()s
|
Wed, 23 Feb 2011 15:50:30 +0000 |
Matt Johnston |
Improve capitalisation for all logged strings
|
Wed, 21 Jul 2010 12:55:25 +0000 |
Matt Johnston |
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
|
Thu, 30 Jul 2009 15:14:33 +0000 |
Matt Johnston |
Agent forwarding works
agent-client
|
Mon, 06 Jul 2009 12:59:13 +0000 |
Matt Johnston |
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
agent-client
|
Thu, 22 Feb 2007 15:29:32 +0000 |
Matt Johnston |
Improve known_hosts checking.
|
Tue, 28 Mar 2006 16:04:11 +0000 |
Matt Johnston |
smaller yet again
ucc-axis-hack
|
Tue, 06 Sep 2005 03:57:21 +0000 |
Matt Johnston |
- add explicit check that correct keytype exists for pubkey verification
|
Fri, 08 Jul 2005 11:30:54 +0000 |
Matt Johnston |
Change the format of for loops, gcc4 produces incorrect binaries with
|
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
|
Tue, 24 Aug 2004 18:12:18 +0000 |
Matt Johnston |
Nasty.
|
Thu, 12 Aug 2004 16:41:58 +0000 |
Matt Johnston |
Merging in the changes from 0.41-0.43 main Dropbear tree
|