]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: promote mlkem768x25519-sha256 to be the default key exchange;
authordjm@openbsd.org <djm@openbsd.org>
Fri, 25 Oct 2024 01:34:18 +0000 (01:34 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 25 Oct 2024 01:36:24 +0000 (12:36 +1100)
ok markus@

OpenBSD-Commit-ID: fc673065e6505bb06b2e2b9362f78ccb4200a828

myproposal.h

index c1459054a509a0966e656d3a044e76e7a79981f9..cd4197641f88f25856c8b57c30d0db13920b825a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.74 2024/10/06 23:37:17 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.75 2024/10/25 01:34:18 djm Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -25,9 +25,9 @@
  */
 
 #define KEX_SERVER_KEX \
+       "mlkem768x25519-sha256," \
        "sntrup761x25519-sha512," \
        "sntrup761x25519-sha512@openssh.com," \
-       "mlkem768x25519-sha256," \
        "curve25519-sha256," \
        "curve25519-sha256@libssh.org," \
        "ecdh-sha2-nistp256," \