]> the.earth.li Git - onak.git/commit
Relax packet version check
authorJonathan McDowell <noodles@earth.li>
Tue, 23 Aug 2016 10:54:30 +0000 (11:54 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 23 Aug 2016 10:54:30 +0000 (11:54 +0100)
commitb301aa6579da21bf9a8efeef0776b718f74480c5
tree0ccfed6f5657ddd26856f3d508e48f0ae5559e6e
parent4e785b6122f020d1ce1a31af8001316162051183
Relax packet version check

The version check on packets was too strict - there are a bunch of
packets that don't have a version (such as the UID). Make these checks
more specific based on the definitions from RFC4800.

(Lesson learned: Do not commit without running the automated tests.)
parsekey.c