upstream: promote mlkem768x25519-sha256 to be the default key exchange;

ok markus@

OpenBSD-Commit-ID: fc673065e6505bb06b2e2b9362f78ccb4200a828
This commit is contained in:
djm@openbsd.org 2024-10-25 01:34:18 +00:00 committed by Damien Miller
parent de644b1831
commit e53b615f39
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View 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. * Copyright (c) 2000 Markus Friedl. All rights reserved.
@ -25,9 +25,9 @@
*/ */
#define KEX_SERVER_KEX \ #define KEX_SERVER_KEX \
"mlkem768x25519-sha256," \
"sntrup761x25519-sha512," \ "sntrup761x25519-sha512," \
"sntrup761x25519-sha512@openssh.com," \ "sntrup761x25519-sha512@openssh.com," \
"mlkem768x25519-sha256," \
"curve25519-sha256," \ "curve25519-sha256," \
"curve25519-sha256@libssh.org," \ "curve25519-sha256@libssh.org," \
"ecdh-sha2-nistp256," \ "ecdh-sha2-nistp256," \