[openssh-commits] [openssh] branch master updated: another place mldsa-ed25519 keys need deactivation
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 15 12:54:15 AEST 2026
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 f5f02aafe another place mldsa-ed25519 keys need deactivation
f5f02aafe is described below
commit f5f02aafe89971d838d7fbc6b0cf240cee4d48bc
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Mon Jun 15 12:53:53 2026 +1000
another place mldsa-ed25519 keys need deactivation
---
ssh-keygen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ssh-keygen.c b/ssh-keygen.c
index f5fb4b20b..981bbf93e 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1019,8 +1019,10 @@ do_gen_all_hostkeys(struct passwd *pw)
#endif /* OPENSSL_HAS_ECC */
#endif /* WITH_OPENSSL */
{ "ed25519", "ED25519",_PATH_HOST_ED25519_KEY_FILE },
+#ifdef USE_MLDSA
{ "mldsa44-ed25519", "MLDSA44-ED25519",
_PATH_HOST_MLDSA44_ED25519_KEY_FILE },
+#endif
{ NULL, NULL, NULL }
};
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list