index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common-algo.c
Age
Commit message (
Expand
)
Author
2015-02-24
Fix for old compilers, variable declarations at beginning of functions
Thorsten Horstmann
2015-02-13
merge
Matt Johnston
2015-02-04
twofish ctr modes
Matt Johnston
2015-01-28
Keep sha1 default
Matt Johnston
2015-01-28
Disable non-delayed zlib for server
Matt Johnston
2015-01-23
Prefer stronger algorithms in algorithm negotiation.
Fedor Brunner
2015-01-23
Add config option to disable cbc. Disable twofish by default
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-11-08
curve25519
Matt Johnston
2013-10-31
Default to some larger key sizes
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-03
merge kexguess branch
Matt Johnston
2013-04-03
Put some #ifdef options around first-follows options in case they
Matt Johnston
2013-04-03
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
Matt Johnston
2013-03-30
Get rid of client/server specific buf_match_algo, use single
Matt Johnston
2013-03-29
Add kexguess2 behaviour
Matt Johnston
2013-03-29
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
Matt Johnston
2013-03-27
more bits on ecc branch
Matt Johnston
2013-03-26
refactor kexdh code a bit, start working on ecdh etc
Matt Johnston
2013-03-21
Make hmac-sha2-256 and hmac-sha2-512 work
Matt Johnston
2012-05-17
- Only request "none" cipher after auth has succeeded
Matt Johnston
2012-05-17
Merge in "-m"/"-c" code
Matt Johnston
2012-05-17
ENABLE_USER_ALGO_LIST should work for the client
Matt Johnston
2012-05-17
Add rough support for choosing ciphers/hashes with "-c" or "-m"
Matt Johnston
2012-05-16
Update insecure-nocrypto to current head
Matt Johnston
2012-05-10
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be
Matt Johnston
2011-02-24
Add diffie-hellman-group14-sha1 KEX method
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-09-11
- Disable compression for non-final multihops
Matt Johnston
2009-06-09
- Don't memcpy() in place with void_encrypt
Matt Johnston
2008-11-06
Update nocrypto branch to current head
Matt Johnston
2008-11-06
propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...
Matt Johnston
2008-09-29
- Get rid of blowfish and twofish CTR since they weren't likely
Matt Johnston
2008-09-29
- Add Counter Mode support
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2007-02-04
Add comments about requiring keysize <= 2*SHA1_HASH_SIZE
Matt Johnston
2006-03-10
propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...
Matt Johnston
2005-11-08
* common-algo.c: use zlib for dbclient
Matt Johnston
2005-09-23
- a hack for grahame to run dropbear with "none" cipher.
Matt Johnston
2005-09-02
use a buffer rather than raw char array for creating
Matt Johnston
2005-09-02
merge of 57902417ad22502b79c63fcabb7f4a8c8449e682
Matt Johnston
2005-09-02
disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027
Matt Johnston
2005-09-02
Change the preferred algorithm order
Matt Johnston
2005-09-02
Increase algorithm list buffer length
Matt Johnston
2005-08-30
- register AES and Twofish even if just the 256 bit key variants are used
Matt Johnston
[next]