]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: add signature malleability and pubkey validity checks to 686/head 687/head github-selfhosted/master github/master
authordjm@openbsd.org <djm@openbsd.org>
Thu, 4 Jun 2026 04:26:51 +0000 (04:26 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 4 Jun 2026 04:40:51 +0000 (14:40 +1000)
commit7763a38bc2595be50baf1d72b19bf4720e41e8e3
tree0c43d129836f961fbe3cf8d8863f42e0ce2ebcea
parent65c6ac0a82f8bc3faf5a18fef36112fec1b54fc2
upstream: add signature malleability and pubkey validity checks to

ed25519 verification (SSH doesn't depend on these properties) Pointed out by
Soatok Dreamseeker

Add an explicit-seed variant of the keygen function.

feedback / "looks fine" tb@

OpenBSD-Commit-ID: 2a71926bfda24628cf34a88357f44a790e338d5d
ed25519.c
ed25519.sh