[openssh-commits] [openssh] 02/04: upstream: remove ml-dsa/x25519 from the default algorithm list for

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 11 09:30:17 AEST 2026


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit d535299b891962f72b875afa6878ccbffdd022a3
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Mon Aug 10 23:27:04 2026 +0000

    upstream: remove ml-dsa/x25519 from the default algorithm list for
    
    release (it will be back soon)
    
    OpenBSD-Commit-ID: 2466825e05a2cae6b0cb5fa34f39792a0b5a46d3
---
 myproposal.h | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/myproposal.h b/myproposal.h
index 94fc725a0..a2a1f991e 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.79 2026/07/09 01:15:34 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.80 2026/08/10 23:27:04 djm Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -50,7 +50,6 @@
 	"webauthn-sk-ecdsa-sha2-nistp256-cert-v01 at openssh.com," \
 	"rsa-sha2-512-cert-v01 at openssh.com," \
 	"rsa-sha2-256-cert-v01 at openssh.com," \
-	"ssh-mldsa44-ed25519-cert-v01 at openssh.com," \
 	"ssh-ed25519," \
 	"ecdsa-sha2-nistp256," \
 	"ecdsa-sha2-nistp384," \
@@ -59,8 +58,7 @@
 	"sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"webauthn-sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"rsa-sha2-512," \
-	"rsa-sha2-256," \
-	"ssh-mldsa44-ed25519 at openssh.com"
+	"rsa-sha2-256" \
 
 #define	KEX_SERVER_ENCRYPT \
 	"chacha20-poly1305 at openssh.com," \
@@ -93,8 +91,7 @@
 	"sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"webauthn-sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"rsa-sha2-512," \
-	"rsa-sha2-256," \
-	"ssh-mldsa44-ed25519 at openssh.com"
+	"rsa-sha2-256" \
 
 #define	KEX_DEFAULT_COMP	"none,zlib at openssh.com"
 #define	KEX_DEFAULT_LANG	""

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list