More W32 resolver workarounds
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 8f849403ae76c95ff27b56ab5a907ab972acf107..05d758cdb710cba65a6c4f49faf9b93c2a2c79ca 100644 (file)
@@ -52,6 +52,11 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2
 
+/**
+ * Signature for confirming a key revocation.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_REVOCATION 3
+
 /**
  * Signature for a namespace/pseudonym advertisement (by
  * the namespace owner).
@@ -91,7 +96,7 @@ extern "C"
 #define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 10
 
 /**
- * Signature of an GNUNET_DNS_Record
+ * Signature of an GNUNET_DNS_Advertisement
  */
 #define GNUNET_SIGNATURE_PURPOSE_DNS_RECORD 11
 
@@ -131,6 +136,35 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
 
+/**
+ * Signature of a multicast message.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
+
+/**
+ * Signature of a conversation ring.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
+
+/**
+ * Key exchange in MESH
+ */
+#define GNUNET_SIGNATURE_PURPOSE_MESH_KX                21
+
+/**
+ * Signature for the first round of distributed key generation.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 22
+
+/**
+ * Signature for the second round of distributed key generation.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 23
+
+/**
+ * Signature for cooperatice decryption.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */