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
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-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
2005-11-30
* options.h, common-kex.c: fix support of 4096 byte host keys
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