]> the.earth.li Git - onak.git/commitdiff
Fix assumption that a signature on a public key is a revocation
authorJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 15:37:43 +0000 (15:37 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 15:37:43 +0000 (15:37 +0000)
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.


No differences found