aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 18:00:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 18:00:11 +0000
commit28018959b9afc2a8259f35e074869fd88b31b03e (patch)
tree5e779c55eab35f3887a82103fa0a0178117dfc27 /src/include/gnunet_protocols.h
parent5aa6d40f357879fa5048161c8d8c689688c4c254 (diff)
downloadgnunet-28018959b9afc2a8259f35e074869fd88b31b03e.tar.gz
gnunet-28018959b9afc2a8259f35e074869fd88b31b03e.zip
adding skeleton for revocation service
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h41
1 files changed, 33 insertions, 8 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 38dcff976..c174006cf 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1932,6 +1932,31 @@ extern "C"
1932 1932
1933 1933
1934/******************************************************************************* 1934/*******************************************************************************
1935 * REVOCATION message types
1936 ******************************************************************************/
1937
1938/**
1939 * Client to service: was this key revoked?
1940 */
1941#define GNUNET_MESSAGE_TYPE_REVOCATION_QUERY 636
1942
1943/**
1944 * Service to client: answer if key was revoked!
1945 */
1946#define GNUNET_MESSAGE_TYPE_REVOCATION_QUERY_RESPONSE 637
1947
1948/**
1949 * Client to service OR peer-to-peer: revoke this key!
1950 */
1951#define GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE 638
1952
1953/**
1954 * Service to client: revocation confirmed
1955 */
1956#define GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE 639
1957
1958
1959/*******************************************************************************
1935 * SCALARPRODUCT message types 1960 * SCALARPRODUCT message types
1936 ******************************************************************************/ 1961 ******************************************************************************/
1937 1962
@@ -2086,18 +2111,13 @@ extern "C"
2086#define GNUNET_MESSAGE_TYPE_PSYC_STATE_MOD_CONT 710 2111#define GNUNET_MESSAGE_TYPE_PSYC_STATE_MOD_CONT 710
2087 2112
2088 2113
2089/**
2090 * Next available: 730
2091 */
2092
2093
2094
2095/* WIP: no numbers assigned yet */
2096
2097/******************************************************************************* 2114/*******************************************************************************
2098 * MULTICAST message types 2115 * MULTICAST message types
2099 ******************************************************************************/ 2116 ******************************************************************************/
2100 2117
2118
2119/* WIP: no numbers assigned yet */
2120
2101/** 2121/**
2102 * Multicast message from the origin to all members. 2122 * Multicast message from the origin to all members.
2103 */ 2123 */
@@ -2150,6 +2170,11 @@ extern "C"
2150#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL 2170#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL
2151 2171
2152 2172
2173/**
2174 * Next available: 750
2175 */
2176
2177
2153/******************************************************************************* 2178/*******************************************************************************
2154 * PSYC message types 2179 * PSYC message types
2155 ******************************************************************************/ 2180 ******************************************************************************/