CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/16 23:20:15
Modified files:
usr.bin/ssh : krl.c
Log message:
return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a valid
magic number and not SSH_ERR_MESSAGE_INCOMPLETE; the former is
needed to fall back to text revocation lists in some cases;
fixes t-cert-hostkey.
