summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2024-10-25 01:34:19 +0000
committerDamien Miller <djm@cvs.openbsd.org>2024-10-25 01:34:19 +0000
commit241b6b701c0435a31b2a941bcee6de2e696274a8 (patch)
tree75e98fea255123618e9918d135aaab4a6ba3d0fd /usr.bin/ssh
parenta6d9d19305daa5e444d4fd505e1bec71994d7d44 (diff)
promote mlkem768x25519-sha256 to be the default key exchange;
ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/myproposal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h
index c1459054a50..cd4197641f8 100644
--- a/usr.bin/ssh/myproposal.h
+++ b/usr.bin/ssh/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," \