summaryrefslogtreecommitdiffhomepage
path: root/common-algo.c
AgeCommit message (Expand)Author
2015-12-11diffie-hellman-group14-sha256Matt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
2015-06-03Disable twofish-ctr by default, add config optionMatt Johnston
2015-05-05Turn Algo_Type's name attribute into const char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2015-02-24Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann
2015-02-13mergeMatt Johnston
2015-02-04twofish ctr modesMatt Johnston
2015-01-28Keep sha1 defaultMatt Johnston
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2015-01-23Prefer stronger algorithms in algorithm negotiation.Fedor Brunner
2015-01-23Add config option to disable cbc. Disable twofish by defaultMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-11-08curve25519Matt Johnston
2013-10-31Default to some larger key sizesMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-03merge kexguess branchMatt Johnston
2013-04-03Put some #ifdef options around first-follows options in case theyMatt Johnston
2013-04-03Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston
2013-03-30Get rid of client/server specific buf_match_algo, use singleMatt Johnston
2013-03-29Add kexguess2 behaviourMatt Johnston
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
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