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
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
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-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
2005-11-08
* common-algo.c: use zlib for dbclient
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
2005-08-30
- "twofish-cbc" is an alias for "twofish256-cbc"
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-09
Switching to libtomcrypt 1.02
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-12-20
Cleaning out various dead wood found with -dead_strip
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston