]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
support sntrup761x25519-sha512 alias
authorDamien Miller <djm@mindrot.org>
Mon, 11 Aug 2025 06:40:24 +0000 (16:40 +1000)
committerDamien Miller <djm@mindrot.org>
Mon, 11 Aug 2025 06:40:24 +0000 (16:40 +1000)
commit26f73db15e0eee558a11b42a9d794d78c87dd11e
treebd95f3b9c1a4134d22d60c5d965d6043f3ae2860
parentc21fc9d953f6d858ea0a9d7da38359d2eb397ed0
support sntrup761x25519-sha512 alias

OpenSSH 9.8 supports the sntrup761x25519-sha512@openssh.com
key agreement algorithm. As part of standardisation, this algorithm
has been assigned the name sntrup761x25519-sha512.

This commit enables the existing algorithm under this new name.
19 files changed:
configure
kex-names.c
kex.h
moduli.0
myproposal.h
scp.0
sftp-server.0
sftp.0
ssh-add.0
ssh-agent.0
ssh-keygen.0
ssh-keyscan.0
ssh-keysign.0
ssh-pkcs11-helper.0
ssh-sk-helper.0
ssh.0
ssh_config.0
sshd.0
sshd_config.0