summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2022-04-08 05:43:39 +0000
committerDamien Miller <djm@mindrot.org>2022-04-12 09:35:31 +1000
commitaa1920302778273f7f94c2091319aba199068ca0 (patch)
tree227ee8e3064ca9bf7973eea9856c8047727f7897 /PROTOCOL
parent4673fa8f2be983f2f88d5afd754adb1a2a39ec9e (diff)
downloadopenssh-git-aa1920302778273f7f94c2091319aba199068ca0.tar.gz
upstream: Note that curve25519-sha256 was later published in
RFC8731. ok djm@ OpenBSD-Commit-ID: 2ac2b5d642d4cf5918eaec8653cad9a4460b2743
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL4
1 files changed, 3 insertions, 1 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 2d50b5cb..f4735795 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -102,6 +102,8 @@ 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
+This is identical to curve25519-sha256 as later published in RFC8731.
+
2. Connection protocol changes
2.1. connection: Channel write close extension "eow@openssh.com"
@@ -649,4 +651,4 @@ master instance and later clients.
OpenSSH extends the usual agent protocol. These changes are documented
in the PROTOCOL.agent file.
-$OpenBSD: PROTOCOL,v 1.44 2022/03/31 03:05:49 djm Exp $
+$OpenBSD: PROTOCOL,v 1.45 2022/04/08 05:43:39 dtucker Exp $