[openssh-commits] [openssh] branch master updated: upstream: promote mlkem768x25519-sha256 to be the default key exchange;
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Oct 25 12:36:28 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new e53b615f upstream: promote mlkem768x25519-sha256 to be the default key exchange;
e53b615f is described below
commit e53b615f3934ffac1efb3c1e491d126b9b09fd24
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Fri Oct 25 01:34:18 2024 +0000
upstream: promote mlkem768x25519-sha256 to be the default key exchange;
ok markus@
OpenBSD-Commit-ID: fc673065e6505bb06b2e2b9362f78ccb4200a828
---
myproposal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/myproposal.h b/myproposal.h
index c1459054..cd419764 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 at openssh.com," \
- "mlkem768x25519-sha256," \
"curve25519-sha256," \
"curve25519-sha256 at libssh.org," \
"ecdh-sha2-nistp256," \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list