diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | PROTOCOL | 8 |
2 files changed, 10 insertions, 1 deletions
@@ -20,6 +20,9 @@ | |||
20 | [pkcs11.h] | 20 | [pkcs11.h] |
21 | cleanup 1 << 31 idioms. Resurrection of this issue pointed out by | 21 | cleanup 1 << 31 idioms. Resurrection of this issue pointed out by |
22 | Eitan Adler ok markus for ssh, implies same change in kerberosV | 22 | Eitan Adler ok markus for ssh, implies same change in kerberosV |
23 | - djm@cvs.openbsd.org 2013/12/01 23:19:05 | ||
24 | [PROTOCOL] | ||
25 | mention curve25519-sha256@libssh.org key exchange algorithm | ||
23 | 26 | ||
24 | 20131121 | 27 | 20131121 |
25 | - (djm) OpenBSD CVS Sync | 28 | - (djm) OpenBSD CVS Sync |
@@ -96,6 +96,12 @@ a matching MAC. | |||
96 | OpenSSH supports authenticated encryption using ChaCha20 and Poly1305 | 96 | OpenSSH supports authenticated encryption using ChaCha20 and Poly1305 |
97 | as described in PROTOCOL.chacha20poly1305. | 97 | as described in PROTOCOL.chacha20poly1305. |
98 | 98 | ||
99 | 1.8 transport: curve25519-sha256@libssh.org key exchange algorithm | ||
100 | |||
101 | OpenSSH supports the use of ECDH in Curve25519 for key exchange as | ||
102 | described at: | ||
103 | http://git.libssh.org/users/aris/libssh.git/plain/doc/curve25519-sha256@libssh.org.txt?h=curve25519 | ||
104 | |||
99 | 2. Connection protocol changes | 105 | 2. Connection protocol changes |
100 | 106 | ||
101 | 2.1. connection: Channel write close extension "eow@openssh.com" | 107 | 2.1. connection: Channel write close extension "eow@openssh.com" |
@@ -350,4 +356,4 @@ respond with a SSH_FXP_STATUS message. | |||
350 | This extension is advertised in the SSH_FXP_VERSION hello with version | 356 | This extension is advertised in the SSH_FXP_VERSION hello with version |
351 | "1". | 357 | "1". |
352 | 358 | ||
353 | $OpenBSD: PROTOCOL,v 1.22 2013/11/21 00:45:43 djm Exp $ | 359 | $OpenBSD: PROTOCOL,v 1.23 2013/12/01 23:19:05 djm Exp $ |