CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/09/21 06:20:12
Modified files: usr.bin/ssh : authfile.c Log message: 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