From: Jonathan McDowell Date: Fri, 13 Jul 2012 00:11:11 +0000 (-0600) Subject: Add checking for signature hashes X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/4c8bebffd4bc105ebaa09256b7a57f4a6201bd52?hp=4c8bebffd4bc105ebaa09256b7a57f4a6201bd52 Add checking for signature hashes 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. ---