[openssh-commits] [openssh] 02/02: upstream: select post-quantum KEX
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Mar 31 08:16:52 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 32dc1c29a4ac9c592ddfef0a4895eb36c1f567ba
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Mar 30 21:13:23 2022 +0000
upstream: select post-quantum KEX
sntrup761x25519-sha512 at openssh.com as the default; ok markus@
OpenBSD-Commit-ID: f02d99cbfce22dffec2e2ab1b60905fbddf48fb9
---
myproposal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/myproposal.h b/myproposal.h
index ee50d215..ee6e9f74 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.70 2021/11/10 06:29:25 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.71 2022/03/30 21:13:23 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -25,12 +25,12 @@
*/
#define KEX_SERVER_KEX \
+ "sntrup761x25519-sha512 at openssh.com," \
"curve25519-sha256," \
"curve25519-sha256 at libssh.org," \
"ecdh-sha2-nistp256," \
"ecdh-sha2-nistp384," \
"ecdh-sha2-nistp521," \
- "sntrup761x25519-sha512 at openssh.com," \
"diffie-hellman-group-exchange-sha256," \
"diffie-hellman-group16-sha512," \
"diffie-hellman-group18-sha512," \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list