summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/PROTOCOL
AgeCommit message (Expand)Author
2016-04-08We accidentally send an empty string and a zero uint32 with everyDamien Miller
2015-07-17direct-streamlocal@openssh.com Unix domain foward messages do notDamien Miller
2015-05-08whitespace at EOLDamien Miller
2015-02-20UpdateHostKeys fixes:Damien Miller
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
2015-01-26Host key rotation support.Damien Miller
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2013-12-01mention curve25519-sha256@libssh.org key exchange algorithmDamien Miller
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-01-08support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)Markus Friedl
2013-01-03fix description of MAC calculation for EtM modes; ok markus@Damien Miller
2012-12-11add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithmsMarkus Friedl
2010-12-04add a protocol extension to support a hard link operation. It isDamien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-01-09tweak languageDamien Miller
2009-12-20fix an incorrect magic number and typo in PROTOCOL; bz#1688Damien Miller
2009-02-14mention that eow and no-more-sessions extensions are sent only toDamien Miller
2008-07-05grammarDamien Miller
2008-06-30clarify that eow@openssh.com is only sent on session channelsDamien Miller
2008-06-28document the protocol used by ssh-agent; "looks ok" markus@Damien Miller
2008-06-28spelling fixesDamien Miller
2008-06-12document tun@openssh.com forwarding methodDamien Miller
2008-06-10Add a no-more-sessions@openssh.com global request extension that theDamien Miller
2008-06-09Use a $OpenBSD tag so our scripts will sync changes.Darren Tucker
2008-06-08Have the sftp client store the statvfs replies in wire format,Darren Tucker
2008-06-07statvfs member fsid needs to be wider, increase it to 64 bits andDamien Miller
2008-05-17grammar and correctness fixes from stevesk@Damien Miller
2008-05-16document our protocol extensions and deviations; ok markus@Damien Miller