summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/myproposal.h
AgeCommit message (Expand)Author
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-19spacingTheo de Raadt
2006-03-07Implement the diffie-hellman-group-exchange-sha256 key exchange methodDamien Miller
2005-07-25add a new compression method that delays compression until the userMarkus Friedl
2005-05-23add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;Damien Miller
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
2002-04-03re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.netMarkus Friedl
2002-01-21remove "rijndael-*", just use "aes-" since this how rijndael is calledMarkus Friedl
2001-03-05switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; provos & markus okTheo de Raadt
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-10-13prefer no compressionMarkus Friedl
2000-10-13rijndael/aes supportMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-05-25split kexinit/kexdh, factor out common codeMarkus Friedl
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl