]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Note that curve25519-sha256 was later published in
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 8 Apr 2022 05:43:39 +0000 (05:43 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 11 Apr 2022 23:35:31 +0000 (09:35 +1000)
RFC8731.  ok djm@

OpenBSD-Commit-ID: 2ac2b5d642d4cf5918eaec8653cad9a4460b2743

PROTOCOL

index 2d50b5cb0528d550f9acdc83ea16e8cfa3604259..f4735795cd369d1f79d058c30b385cdabf3b7c62 100644 (file)
--- 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 $