SECURITY UPDATE: mishandling of authorized_keys principals option
debian/patches/CVE-2026-35414.patch: replace match_list() with
xstrdup + strsep + exact strcmp in match_principals_option() in
auth2-pubkey.c, so certificate principals containing embedded
commas are no longer wrongly cross-matched.