[openssh-commits] [openssh] branch master updated: upstream: prefer AES-GCM to AES-CTR; ok deraadt markus
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 3 00:38:30 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 d75837b9 upstream: prefer AES-GCM to AES-CTR; ok deraadt markus
d75837b9 is described below
commit d75837b9f6d0d6cc18ed5078789ea0f3dad08f00
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Mon Dec 2 13:37:18 2024 +0000
upstream: prefer AES-GCM to AES-CTR; ok deraadt markus
OpenBSD-Commit-ID: 8366a72e0f300ee31c5dab2c95025387ec15bbc9
---
myproposal.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/myproposal.h b/myproposal.h
index cd419764..ccaa6aa0 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.75 2024/10/25 01:34:18 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.76 2024/12/02 13:37:18 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -60,8 +60,8 @@
#define KEX_SERVER_ENCRYPT \
"chacha20-poly1305 at openssh.com," \
- "aes128-ctr,aes192-ctr,aes256-ctr," \
- "aes128-gcm at openssh.com,aes256-gcm at openssh.com"
+ "aes128-gcm at openssh.com,aes256-gcm at openssh.com,"
+ "aes128-ctr,aes192-ctr,aes256-ctr" \
#define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list