]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: be more strict in parsing key type names. Only allow
authordjm@openbsd.org <djm@openbsd.org>
Wed, 4 Sep 2024 05:33:34 +0000 (05:33 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 4 Sep 2024 05:38:50 +0000 (15:38 +1000)
commit13cc78d016b67a74a67f1c97c7c348084cd9212c
treefde5c13b55ae79e67bfb146f811d5b273f4bd574
parentef8472309a68e319018def6f8ea47aeb40d806f5
upstream: be more strict in parsing key type names. Only allow

shortnames (e.g "rsa") in user-interface code and require full SSH protocol
names (e.g. "ssh-rsa") everywhere else.

Prompted by bz3725; ok markus@

OpenBSD-Commit-ID: b3d8de9dac37992eab78adbf84fab2fe0d84b187
ssh-keygen.c
ssh-keyscan.c
sshkey.c
sshkey.h