CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/08 19:22:32

Modified files:
        usr.sbin/rpki-client: main.c 

Log message:
rpki-client: fix shortlist and skiplist checks

Ensure that each le->fqdn is fully matched. If the the host in the SIA
is short and matches a prefix of an FQDN in the shortlist or skiplist,
the current checks in queue_add_from_cert() will incorrectly trigger.

Compute the host length once and by checking it against the length of
each le->fqdn ensure that it is an exact case sensitive match, rather
than only a prefix.

Found by Frank Denis

ok claudio job

Reply via email to