diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-05 00:22:39 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-05 00:22:39 +0100 |
commit | e4870c090629e32f2cb649dc16d575eeb693f4a8 (patch) | |
tree | ea6d92cb20f9e76fc23271b6e80769d08a4d3354 /PROTOCOL | |
parent | - deraadt@cvs.openbsd.org 2013/11/26 19:15:09 (diff) | |
download | openssh-e4870c090629e32f2cb649dc16d575eeb693f4a8.tar.xz openssh-e4870c090629e32f2cb649dc16d575eeb693f4a8.zip |
- djm@cvs.openbsd.org 2013/12/01 23:19:05
[PROTOCOL]
mention curve25519-sha256@libssh.org key exchange algorithm
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -96,6 +96,12 @@ a matching MAC. OpenSSH supports authenticated encryption using ChaCha20 and Poly1305 as described in PROTOCOL.chacha20poly1305. +1.8 transport: curve25519-sha256@libssh.org key exchange algorithm + +OpenSSH supports the use of ECDH in Curve25519 for key exchange as +described at: +http://git.libssh.org/users/aris/libssh.git/plain/doc/curve25519-sha256@libssh.org.txt?h=curve25519 + 2. Connection protocol changes 2.1. connection: Channel write close extension "eow@openssh.com" @@ -350,4 +356,4 @@ respond with a SSH_FXP_STATUS message. This extension is advertised in the SSH_FXP_VERSION hello with version "1". -$OpenBSD: PROTOCOL,v 1.22 2013/11/21 00:45:43 djm Exp $ +$OpenBSD: PROTOCOL,v 1.23 2013/12/01 23:19:05 djm Exp $ |