diff options
author | djm@openbsd.org <djm@openbsd.org> | 2024-10-25 03:34:18 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-10-25 03:36:24 +0200 |
commit | e53b615f3934ffac1efb3c1e491d126b9b09fd24 (patch) | |
tree | 62575407bb2c8fc9c6d586f5ec14548ec54179d7 | |
parent | upstream: test SIGUSR1 dropping all keys from ssh-agent (diff) | |
download | openssh-e53b615f3934ffac1efb3c1e491d126b9b09fd24.tar.xz openssh-e53b615f3934ffac1efb3c1e491d126b9b09fd24.zip |
upstream: promote mlkem768x25519-sha256 to be the default key exchange;
ok markus@
OpenBSD-Commit-ID: fc673065e6505bb06b2e2b9362f78ccb4200a828
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 2 insertions, 2 deletions
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," \ |