]> the.earth.li Git - onak.git/commit
Switch to passing the key packet in when checking a hash signature
authorJonathan McDowell <noodles@earth.li>
Sat, 16 Sep 2023 06:29:39 +0000 (11:59 +0530)
committerJonathan McDowell <noodles@earth.li>
Sat, 16 Sep 2023 09:33:46 +0000 (15:03 +0530)
commita8825da931cb70c760202bfc3dd2da56193f47b2
tree967ad5b825b7dcb80960ddad43bd650129d9f899
parentb04b23d85b841b12d848ac70f527e8e114f7cb29
Switch to passing the key packet in when checking a hash signature

Rather than passing the whole key in for verifying a hash signature,
explicitly pass in the key packet. This opens the way to being able to
verify signatures from subkeys.
cleankey.c
sigcheck.c
sigcheck.h