summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ea9ac7c)
We sometimes see critical subpackets for signature UIDs and and Policy
URIs. While we should probably display such things in indexes in the
future this isn't critical enough for us to log the packets as an error.
/*
* decodekey.c - Routines to further decode an OpenPGP key.
*
/*
* decodekey.c - Routines to further decode an OpenPGP key.
*
- * Jonathan McDowell <noodles@earth.li>
- *
- * Copyright 2002 Project Purple
+ * Copyright 2002-2008 Jonathan McDowell <noodles@earth.li>
* Signature expiration time. Might want to output this?
*/
break;
* Signature expiration time. Might want to output this?
*/
break;
+ case 6:
+ /*
+ * Regular expression for UIDs this sig is over.
+ */
+ break;
case 16:
if (keyid != NULL) {
*keyid = data[offset+packetlen - 8];
case 16:
if (keyid != NULL) {
*keyid = data[offset+packetlen - 8];
+ case 26:
+ /*
+ * Policy URI.
+ */
+ break;
default:
/*
* We don't care about unrecognized packets unless bit
default:
/*
* We don't care about unrecognized packets unless bit