Add checking for signature hashes
authorJonathan McDowell <noodles@earth.li>
Fri, 13 Jul 2012 00:11:11 +0000 (18:11 -0600)
committerJonathan McDowell <noodles@earth.li>
Fri, 13 Jul 2012 00:11:11 +0000 (18:11 -0600)
  Signatures include the first 2 octets of the hash the signature is
  over. Checking this matches what we expect is an easy way to drop
  corrupt or incorrect signatures. It doesn't provide any cryptographic
  verification but is a useful sanity check when accepting keys.


No differences found