index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common-kex.c
Age
Commit message (
Expand
)
Author
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
first_kex_packet_follows working, needs tidying
Matt Johnston
2013-03-20
Fix "-m none" case and ugly typo
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
2012-02-10
Clear a few buffers when possible
Matt Johnston
2011-02-27
Refer to RFCs rather than drafts, update some section references
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-07-26
- Add option to change zlib windowBits/memLevel
Matt Johnston
2009-03-01
- Get rid of decryptreadbuf, just decrypt in-place with readbuf
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
- Add Counter Mode support
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2007-02-04
merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'
Matt Johnston
2007-02-04
Add comments about requiring keysize <= 2*SHA1_HASH_SIZE
Matt Johnston
2006-07-07
From Erik Hovland
Matt Johnston
2006-03-10
propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...
Matt Johnston
2005-11-30
* options.h, common-kex.c: fix support of 4096 byte host keys
Matt Johnston
2005-09-23
- a hack for grahame to run dropbear with "none" cipher.
Matt Johnston
2005-08-30
- Fixed twofish algorithm naming so it actually works.
Matt Johnston
2005-08-24
Make a variables static
Matt Johnston
2005-05-05
- refactored random mp_int generation and byte->mp_int code
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-09-02
Check for non-matching algos properly
Matt Johnston
2004-08-17
default initialisers for mp_ints
Matt Johnston
2004-08-16
- don't crash when trying to add to known_hosts if it doesn't exist
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-07-29
Handle differing c2s and s2c algorithms properly
Matt Johnston
2004-07-29
set the isserver flag (oops)
Matt Johnston
2004-07-28
Client mostly works up to password auth
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston
2004-06-23
merge of abac2150ee4f4031a98016241fbd136d24fed127
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston