X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=openpgp.h;h=768a6f251171fdd172dc35924f38cbd5df8d9ad9;hp=f78f10c320e65ac13958feb7128ee029252bc8cb;hb=6d60149434eed130c201d4d670ce7b3be5c2866b;hpb=22dbb73fb1081160dad0259efca4463439214f65 diff --git a/openpgp.h b/openpgp.h index f78f10c..768a6f2 100644 --- a/openpgp.h +++ b/openpgp.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __OPENPGP_H__ @@ -29,6 +28,7 @@ #define OPENPGP_PKALGO_ECDSA 19 #define OPENPGP_PKALGO_ELGAMAL_SIGN 20 #define OPENPGP_PKALGO_DH 21 +#define OPENPGP_PKALGO_EDDSA 22 #define OPENPGP_SYMALGO_PLAIN 0 #define OPENPGP_SYMALGO_IDEA 1 @@ -92,15 +92,29 @@ #define OPENPGP_SIGSUB_EXPORTABLE 4 #define OPENPGP_SIGSUB_TRUSTSIG 5 #define OPENPGP_SIGSUB_REGEX 6 +#define OPENPGP_SIGSUB_REVOCABLE 7 +#define OPENPGP_SIGSUB_CAPABILITIES 8 /* Legacy */ #define OPENPGP_SIGSUB_KEYEXPIRY 9 +#define OPENPGP_SIGSUB_ARR 10 /* Placeholder in RFC */ #define OPENPGP_SIGSUB_PREFSYM 11 +#define OPENPGP_SIGSUB_REVOCATION_KEY 12 #define OPENPGP_SIGSUB_ISSUER 16 +#define OPENPGP_SIGSUB_ISSUER_UID 17 /* Legacy */ +#define OPENPGP_SIGSUB_URL 18 /* Legacy */ +#define OPENPGP_SIGSUB_X_ISSUER_FINGER 19 /* Legacy */ #define OPENPGP_SIGSUB_NOTATION 20 #define OPENPGP_SIGSUB_PREFHASH 21 #define OPENPGP_SIGSUB_PREFCOMPRESS 22 #define OPENPGP_SIGSUB_KEYSERVER 23 +#define OPENPGP_SIGSUB_PREFKEYSERVER 24 #define OPENPGP_SIGSUB_PRIMARYUID 25 #define OPENPGP_SIGSUB_POLICYURI 26 #define OPENPGP_SIGSUB_KEYFLAGS 27 +#define OPENPGP_SIGSUB_SIGNER_UID 28 +#define OPENPGP_SIGSUB_REVOKE_REASON 29 +#define OPENPGP_SIGSUB_FEATURES 30 +#define OPENPGP_SIGSUB_SIGNATURE_TARGET 31 +#define OPENPGP_SIGSUB_EMBEDDED_SIG 32 +#define OPENPGP_SIGSUB_ISSUER_FINGER 33 #endif /* __OPENPGP_H__ */