]> the.earth.li Git - onak.git/commit
Relax version check on parsing signature + key packets
authorJonathan McDowell <noodles@earth.li>
Sat, 16 Sep 2023 09:27:02 +0000 (14:57 +0530)
committerJonathan McDowell <noodles@earth.li>
Sat, 16 Sep 2023 09:33:51 +0000 (15:03 +0530)
commit62965b688f906106b1cec252162da55850d31e3f
treede13a5a1b34801a353a1055915572a546315bebe
parenta8825da931cb70c760202bfc3dd2da56193f47b2
Relax version check on parsing signature + key packets

Rather than ensuring signatures/keys are no more than v5 allow them to
be anything from v2 onwards; otherwise things like armor/dearmor won't
work properly.
parsekey.c