From: Jonathan McDowell Date: Sun, 4 Mar 2007 15:37:43 +0000 (+0000) Subject: Fix assumption that a signature on a public key is a revocation X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/0d2a5aeeb4120999afc79d06619d90e26e2fec5c?ds=inline;hp=0d2a5aeeb4120999afc79d06619d90e26e2fec5c Fix assumption that a signature on a public key is a revocation We've been assuming that a signature directly on a public key means the key is revoked. This isn't the case; it's used for key preferences for example. Change the structure element names to reflect this (revocations->sigs) and check for revoked status by looking for a signature type of 0x20. ---