Add some more subpacket types to the list to ignore
[onak.git] / openpgp.h
index dc6bf558cf2295a74a5c7837e3dacca33273b6e1..5ac2ee2a428a428f406048979d4d5256d67e57c1 100644 (file)
--- a/openpgp.h
+++ b/openpgp.h
 
 #define OPENPGP_SIGSUB_CREATION                2
 #define OPENPGP_SIGSUB_EXPIRY          3
+#define OPENPGP_SIGSUB_EXPORTABLE      4
+#define OPENPGP_SIGSUB_TRUSTSIG                5
 #define OPENPGP_SIGSUB_REGEX           6
+#define OPENPGP_SIGSUB_KEYEXPIRY       9
+#define OPENPGP_SIGSUB_PREFSYM         11
 #define OPENPGP_SIGSUB_ISSUER          16
 #define OPENPGP_SIGSUB_NOTATION                20
+#define OPENPGP_SIGSUB_PREFHASH                21
+#define OPENPGP_SIGSUB_PREFCOMPRESS    22
 #define OPENPGP_SIGSUB_KEYSERVER       23
 #define OPENPGP_SIGSUB_PRIMARYUID      25
 #define OPENPGP_SIGSUB_POLICYURI       26
+#define OPENPGP_SIGSUB_KEYFLAGS                27
 
 #endif /* __OPENPGP_H__ */