summaryrefslogtreecommitdiffhomepage
path: root/common-algo.c
AgeCommit message (Expand)Author
2013-03-21Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston
2012-05-17- Only request "none" cipher after auth has succeededMatt Johnston
2012-05-17Merge in "-m"/"-c" codeMatt Johnston
2012-05-17ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-16Update insecure-nocrypto to current headMatt Johnston
2012-05-10- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston
2011-02-24Add diffie-hellman-group14-sha1 KEX methodMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-06-09- Don't memcpy() in place with void_encryptMatt Johnston
2008-11-06Update nocrypto branch to current headMatt Johnston
2008-11-06propagate 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 likelyMatt Johnston
2008-09-29- Add Counter Mode supportMatt Johnston
2008-09-29Add support for zlib@openssh.com delayed compression.Matt Johnston
2007-02-04Add comments about requiring keysize <= 2*SHA1_HASH_SIZEMatt Johnston
2006-03-10propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...Matt Johnston
2005-11-08* common-algo.c: use zlib for dbclientMatt Johnston
2005-09-23- a hack for grahame to run dropbear with "none" cipher.Matt Johnston
2005-09-02use a buffer rather than raw char array for creatingMatt Johnston
2005-09-02merge of 57902417ad22502b79c63fcabb7f4a8c8449e682Matt Johnston
2005-09-02disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027Matt Johnston
2005-09-02Change the preferred algorithm orderMatt Johnston
2005-09-02Increase algorithm list buffer lengthMatt Johnston
2005-08-30- register AES and Twofish even if just the 256 bit key variants are usedMatt 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-24Make a variables staticMatt Johnston
2005-05-09Switching to libtomcrypt 1.02Matt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-12-20Cleaning out various dead wood found with -dead_stripMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston