Ben, > I wrote a script to check for short signatures (and other unexpected > things) in detached signature files: > https://salsa.debian.org/kernel-team/kernel-team/-/blob/master/scripts/benh/check-sig-params
Thank you for your excellent detective work! I tried running your script, but it generates an error (see below). What am I doing wrong? Thank you again! Dan Urbana, Illinois --- $ dpkg-query -f='${Package} ${Version}\n' -W python3 python3-asn1crypto python3 3.9.2-3 python3-asn1crypto 1.4.0-1 $ check-sig-params /lib/modules/5.10.0-15-amd64/kernel/net/netfilter/xt_l2tp.ko /lib/modules/5.10.0-15-amd64/kernel/net/netfilter/xt_l2tp.ko: Error parsing asn1crypto.cms.ContentInfo - class should have been universal, but application was found) ###