]> the.earth.li Git - onak.git/commitdiff
Add support for verifying v3 signature packets
authorJonathan McDowell <noodles@earth.li>
Sun, 27 Nov 2022 16:05:16 +0000 (16:05 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 27 Nov 2022 16:05:16 +0000 (16:05 +0000)
We only support signature checking on v4+ keys, so hadn't any support
for v3 signature packets. However keys have been observed in the wild
where the key itself is a v4 key, but it's making v3 signatures (in
particular as a revocation signature for the key). While this seems odd
(anything that supports the key has to support v4, so why generate
anything lower?) it's probably too strict a check to have in place.


No differences found