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-Tag: 0.3.3~8 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=0d2a5aeeb4120999afc79d06619d90e26e2fec5c;hp=0d2a5aeeb4120999afc79d06619d90e26e2fec5c;p=onak.git 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. ---