summaryrefslogtreecommitdiffhomepage
path: root/common-algo.c
AgeCommit message (Expand)Author
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