From: djm@openbsd.org Date: Fri, 25 Oct 2024 01:34:18 +0000 (+0000) Subject: upstream: promote mlkem768x25519-sha256 to be the default key exchange; X-Git-Tag: V_10_0_P1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53b615f3934ffac1efb3c1e491d126b9b09fd24;p=thirdparty%2Fopenssh-portable.git upstream: promote mlkem768x25519-sha256 to be the default key exchange; ok markus@ OpenBSD-Commit-ID: fc673065e6505bb06b2e2b9362f78ccb4200a828 --- diff --git a/myproposal.h b/myproposal.h index c1459054a..cd4197641 100644 --- a/myproposal.h +++ b/myproposal.h @@ -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," \