In sshkey_in_file(), ignore keys that are considered for being too
authordjm <djm@openbsd.org>
Fri, 21 Sep 2018 12:20:12 +0000 (12:20 +0000)
committerdjm <djm@openbsd.org>
Fri, 21 Sep 2018 12:20:12 +0000 (12:20 +0000)
commit036a096f05921ed2701a90eb64cd826abbafe714
treec2568f72f12e55ec0d00d7d97f6624a3c189dc64
parent366776a7e00d99e58b94e868c9e45646a6748074
In sshkey_in_file(), ignore keys that are considered for being too
short (i.e. SSH_ERR_KEY_LENGTH). These keys will not be considered to
be "in the file". This allows key revocation lists to contain short
keys without the entire revocation list being considered invalid.

bz#2897; ok dtucker
usr.bin/ssh/authfile.c