Mon, 11 Jul 2016 22:40:38 +0800 |
Matt Johnston |
improve algorithm list parsing
|
Wed, 04 May 2016 15:33:40 +0200 |
Matt Johnston |
Convert #ifdef to #if, other build changes
|
Mon, 02 May 2016 23:48:16 +0200 |
Matt Johnston |
options for disabling "normal" DH
|
Fri, 01 Jan 2016 09:20:50 +0100 |
Francois Perrad |
const variables
|
Sat, 12 Mar 2016 16:21:13 +0800 |
Matt Johnston |
Get rid of group15, move group16 to sha512.
|
Fri, 15 Jan 2016 00:19:11 +0800 |
Matt Johnston |
add dh group15 and group16, disabled by default
|
Thu, 14 Jan 2016 21:54:58 +0800 |
Matt Johnston |
Move dh group constants to a separate file
|
Fri, 11 Dec 2015 22:12:12 +0800 |
Matt Johnston |
diffie-hellman-group14-sha256
|
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
|
Thu, 04 Jun 2015 22:25:28 +0800 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
Sat, 02 May 2015 22:37:08 +0200 |
Gaël PORTAY |
Turn Algo_Type's name attribute into const char *
|
Sat, 02 May 2015 15:59:06 +0200 |
Gaël PORTAY |
Fix pointer differ in signess warnings [-Werror=pointer-sign]
|
Wed, 03 Jun 2015 22:59:59 +0800 |
Matt Johnston |
Disable twofish-ctr by default, add config option
|
Tue, 24 Feb 2015 20:51:18 +0800 |
Thorsten Horstmann |
Fix for old compilers, variable declarations at beginning of functions
|
Fri, 13 Feb 2015 23:15:12 +0800 |
Matt Johnston |
merge
|
Wed, 28 Jan 2015 22:14:07 +0800 |
Matt Johnston |
Keep sha1 default
|
Wed, 04 Feb 2015 22:12:06 +0800 |
Matt Johnston |
twofish ctr modes
|
Wed, 28 Jan 2015 21:38:27 +0800 |
Matt Johnston |
Disable non-delayed zlib for server
|
Fri, 23 Jan 2015 23:00:25 +0800 |
Fedor Brunner |
Prefer stronger algorithms in algorithm negotiation.
|
Fri, 23 Jan 2015 22:37:14 +0800 |
Matt Johnston |
Add config option to disable cbc. Disable twofish by default
|
Thu, 27 Feb 2014 21:35:58 +0800 |
Matt Johnston |
merge up to 2013.63, improve ASM makefile rules a bit
asm
|
Sun, 06 Oct 2013 21:49:15 +0800 |
Matt Johnston |
aes and sha1 for arm
asm
|
Thu, 14 Nov 2013 22:03:30 +0800 |
Matt Johnston |
use oldstyle comments
|
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, 31 Oct 2013 22:49:15 +0800 |
Matt Johnston |
Default to some larger key sizes
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
|
Tue, 09 Apr 2013 00:36:04 +0800 |
Matt Johnston |
start on ecdsa keys
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 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
|
Wed, 03 Apr 2013 00:49:24 +0800 |
Matt Johnston |
merge kexguess branch
|
Wed, 03 Apr 2013 00:43:31 +0800 |
Matt Johnston |
Put some #ifdef options around first-follows options in case they
kexguess
|
Wed, 03 Apr 2013 00:32:55 +0800 |
Matt Johnston |
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
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
|
Thu, 21 Mar 2013 22:55:12 +0800 |
Matt Johnston |
Make hmac-sha2-256 and hmac-sha2-512 work
|
Thu, 17 May 2012 20:52:57 +0800 |
Matt Johnston |
- Only request "none" cipher after auth has succeeded
insecure-nocrypto
|
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
|
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
|
Tue, 09 Jun 2009 13:18:52 +0000 |
Matt Johnston |
- Don't memcpy() in place with void_encrypt
|
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 14:30:47 +0000 |
Matt Johnston |
- Get rid of blowfish and twofish CTR since they weren't likely
|
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.
|
Sun, 04 Feb 2007 10:31:48 +0000 |
Matt Johnston |
Add comments about requiring keysize <= 2*SHA1_HASH_SIZE
|
Fri, 10 Mar 2006 06:30:52 +0000 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a)
insecure-nocrypto
|
Tue, 08 Nov 2005 11:35:52 +0000 |
Matt Johnston |
* common-algo.c: use zlib for dbclient
|