X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/5e1b22d763640c4d7a09d07920403d8d491b4410..8337392d1507b70c6e3e6c6523b6eb8a843a7395:/openpgp.h diff --git a/openpgp.h b/openpgp.h index dc6bf55..5ac2ee2 100644 --- a/openpgp.h +++ b/openpgp.h @@ -48,11 +48,18 @@ #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__ */