[openssh-commits] [openssh] 02/12: upstream: enable the ssh-mldsa44-ed25519 at openssh.com signature

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 21 15:23:31 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 2a13186b434f4481d0226a699d424cad1add8437
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Thu Jul 9 01:15:34 2026 +0000

    upstream: enable the ssh-mldsa44-ed25519 at openssh.com signature
    
    scheme (and its corresponding certificate form) in the lowest-priority
    position.
    
    "what took you so long" deraadt@
    
    OpenBSD-Commit-ID: b7be74df494323a7021cf230f11eff824d2810d0
---
 myproposal.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/myproposal.h b/myproposal.h
index d992d8b12..94fc725a0 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.78 2026/02/05 22:05:49 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.79 2026/07/09 01:15:34 djm Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -50,6 +50,7 @@
 	"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," \
@@ -58,7 +59,8 @@
 	"sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"webauthn-sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"rsa-sha2-512," \
-	"rsa-sha2-256"
+	"rsa-sha2-256," \
+	"ssh-mldsa44-ed25519 at openssh.com"
 
 #define	KEX_SERVER_ENCRYPT \
 	"chacha20-poly1305 at openssh.com," \
@@ -91,7 +93,8 @@
 	"sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"webauthn-sk-ecdsa-sha2-nistp256 at openssh.com," \
 	"rsa-sha2-512," \
-	"rsa-sha2-256"
+	"rsa-sha2-256," \
+	"ssh-mldsa44-ed25519 at openssh.com"
 
 #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