aboutsummaryrefslogtreecommitdiff
path: root/gnunet-signatures/gnunet_signatures.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-signatures/gnunet_signatures.rst')
-rw-r--r--gnunet-signatures/gnunet_signatures.rst334
1 files changed, 0 insertions, 334 deletions
diff --git a/gnunet-signatures/gnunet_signatures.rst b/gnunet-signatures/gnunet_signatures.rst
deleted file mode 100644
index bcb54b7..0000000
--- a/gnunet-signatures/gnunet_signatures.rst
+++ /dev/null
@@ -1,334 +0,0 @@
1Registry for Signature purposes
2-------------------------------
3
4
5
6
7=================== ===========================================================
8 GNUNET_SIGNATURE_PURPOSE_TEST
9-------------------------------------------------------------------------------
10Number 0
11Subsystem GNUnet
12Comment Test signature, not valid for anything other than writing a test. (Note that the signature verification code will accept this value).
13=================== ===========================================================
14
15
16
17=================== ===========================================================
18 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_OWN
19-------------------------------------------------------------------------------
20Number 1
21Subsystem GNUnet-TRANSPORT
22Comment Signature for confirming that this peer uses a particular address.
23=================== ===========================================================
24
25
26
27=================== ===========================================================
28 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT
29-------------------------------------------------------------------------------
30Number 2
31Subsystem GNUnet-TRANSPORT
32Comment Signature for confirming that this peer intends to disconnect.
33=================== ===========================================================
34
35
36
37=================== ===========================================================
38 GNUNET_SIGNATURE_PURPOSE_REVOCATION
39-------------------------------------------------------------------------------
40Number 3
41Subsystem GNUnet-Revocation
42Comment Signature for confirming a key revocation.
43=================== ===========================================================
44
45
46
47=================== ===========================================================
48 GNUNET_SIGNATURE_PURPOSE_NAMESPACE_ADVERTISEMENT
49-------------------------------------------------------------------------------
50Number 4
51Subsystem GNUnet-FS
52Comment Signature for a namespace/pseudonym advertisement (by the namespace owner).
53=================== ===========================================================
54
55
56
57=================== ===========================================================
58 GNUNET_SIGNATURE_PURPOSE_PEER_PLACEMENT
59-------------------------------------------------------------------------------
60Number 5
61Subsystem GNUnet-FS
62Comment Signature by which a peer affirms that it is providing a certain bit of content for use in LOCation URIs.
63=================== ===========================================================
64
65
66
67=================== ===========================================================
68 GNUNET_SIGNATURE_PURPOSE_DHT_HOP
69-------------------------------------------------------------------------------
70Number 6
71Subsystem GNUnet-DHT
72Comment Signature by which a peer affirms that it forwarded a message in the DHT.
73=================== ===========================================================
74
75
76
77=================== ===========================================================
78 GNUNET_SIGNATURE_PURPOSE_HELLO
79-------------------------------------------------------------------------------
80Number 7
81Subsystem GNUnet-HELLO
82Comment Signature by which a peer affirms its address.
83=================== ===========================================================
84
85
86
87=================== ===========================================================
88 GNUNET_SIGNATURE_PURPOSE_DNS_RECORD
89-------------------------------------------------------------------------------
90Number 11
91Subsystem GNUnet-DNS+Exit
92Comment Signature on a GNUNET_DNS_Advertisement.
93=================== ===========================================================
94
95
96
97=================== ===========================================================
98 GNUNET_SIGNATURE_PURPOSE_CHAT_MESSAGE
99-------------------------------------------------------------------------------
100Number 12
101Subsystem GNUnet-MESSENGER
102Comment Signature of a chat message.
103=================== ===========================================================
104
105
106
107=================== ===========================================================
108 GNUNET_SIGNATURE_PURPOSE_CHAT_RECEIPT
109-------------------------------------------------------------------------------
110Number 13
111Subsystem GNUnet-MESSENGER
112Comment Signature of confirmation receipt for a chat message.
113=================== ===========================================================
114
115
116
117=================== ===========================================================
118 GNUNET_SIGNATURE_PURPOSE_NSE_SEND
119-------------------------------------------------------------------------------
120Number 14
121Subsystem GNUnet-NSE
122Comment Signature of a network size estimate message.
123=================== ===========================================================
124
125
126
127=================== ===========================================================
128 GNUNET_SIGNATURE_PURPOSE_GNS_RECORD_SIGN
129-------------------------------------------------------------------------------
130Number 15
131Subsystem GNUnet-GNSRECORD
132Comment Signature of a gnunet naming system record block
133=================== ===========================================================
134
135
136
137=================== ===========================================================
138 GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY
139-------------------------------------------------------------------------------
140Number 16
141Subsystem GNUnet-CORE
142Comment Purpose is to set a session key.
143=================== ===========================================================
144
145
146
147=================== ===========================================================
148 GNUNET_SIGNATURE_PURPOSE_FS_UBLOCK
149-------------------------------------------------------------------------------
150Number 17
151Subsystem GNUnet-FS
152Comment UBlock Signature, done using DSS, not ECC
153=================== ===========================================================
154
155
156
157=================== ===========================================================
158 GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT
159-------------------------------------------------------------------------------
160Number 18
161Subsystem GNUnet-REGEX
162Comment Accept state in regex DFA. Peer affirms that it offers the matching service.
163=================== ===========================================================
164
165
166
167=================== ===========================================================
168 GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING
169-------------------------------------------------------------------------------
170Number 20
171Subsystem GNUnet-CONVERSATION
172Comment Signature of a conversation ring.
173=================== ===========================================================
174
175
176
177=================== ===========================================================
178 GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1
179-------------------------------------------------------------------------------
180Number 21
181Subsystem GNUnet-SECRETSHARING
182Comment Signature for the first round of distributed key generation.
183=================== ===========================================================
184
185
186
187=================== ===========================================================
188 GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2
189-------------------------------------------------------------------------------
190Number 22
191Subsystem GNUnet-SECRETSHARING
192Comment Signature for the second round of distributed key generation.
193=================== ===========================================================
194
195
196
197=================== ===========================================================
198 GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION
199-------------------------------------------------------------------------------
200Number 23
201Subsystem GNUnet-SECRETSHARING
202Comment Signature for the cooperative decryption.
203=================== ===========================================================
204
205
206
207=================== ===========================================================
208 GNUNET_SIGNATURE_PURPOSE_RECLAIM_CODE_SIGN
209-------------------------------------------------------------------------------
210Number 27
211Subsystem Reclaim
212Comment Signature for a GNUid Ticket
213=================== ===========================================================
214
215
216
217=================== ===========================================================
218 GNUNET_SIGNATURE_PURPOSE_DELEGATE
219-------------------------------------------------------------------------------
220Number 28
221Subsystem Reclaim
222Comment Signature for a GNUnet credential
223=================== ===========================================================
224
225
226
227=================== ===========================================================
228 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS
229-------------------------------------------------------------------------------
230Number 29
231Subsystem GNUnet-TRANSPORT
232Comment Signature by a peer affirming that this is one of its addresses for the given time period.
233=================== ===========================================================
234
235
236
237=================== ===========================================================
238 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_EPHEMERAL
239-------------------------------------------------------------------------------
240Number 30
241Subsystem GNUnet-TRANSPORT
242Comment Signature by a peer affirming that the given ephemeral key is currently in use by that peer's transport service.
243=================== ===========================================================
244
245
246
247=================== ===========================================================
248 GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_TCP_HANDSHAKE
249-------------------------------------------------------------------------------
250Number 31
251Subsystem GNUnet-TRANSPORT-TCP
252Comment Signature used by TCP communicator handshake.
253=================== ===========================================================
254
255
256
257=================== ===========================================================
258 GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_TCP_REKEY
259-------------------------------------------------------------------------------
260Number 32
261Subsystem GNUnet-TRANSPORT-TCP
262Comment Signature used by TCP communicator rekey.
263=================== ===========================================================
264
265
266
267=================== ===========================================================
268 GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_HANDSHAKE
269-------------------------------------------------------------------------------
270Number 33
271Subsystem GNUnet-TRANSPORT-UDP
272Comment Signature used by UDP communicator handshake.
273=================== ===========================================================
274
275
276
277=================== ===========================================================
278 GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_BROADCAST
279-------------------------------------------------------------------------------
280Number 34
281Subsystem GNUnet-TRANSPORT-UDP
282Comment Signature used by UDP broadcasts.
283=================== ===========================================================
284
285
286
287=================== ===========================================================
288 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE
289-------------------------------------------------------------------------------
290Number 35
291Subsystem GNUnet-TRANSPORT
292Comment Signature by a peer affirming that it received a challenge (and stating how long it expects the address on which the challenge was received to remain valid).
293=================== ===========================================================
294
295
296
297=================== ===========================================================
298 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_HOP
299-------------------------------------------------------------------------------
300Number 36
301Subsystem GNUnet-TRANSPORT
302Comment Signature by a peer affirming that it is on a DV path.
303=================== ===========================================================
304
305
306
307=================== ===========================================================
308 GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_INITIATOR
309-------------------------------------------------------------------------------
310Number 37
311Subsystem GNUnet-TRANSPORT
312Comment Signature by a peer affirming that it originated the DV path.
313=================== ===========================================================
314
315
316
317=================== ===========================================================
318 GNUNET_SIGNATURE_PURPOSE_CADET_CONNECTION_INITIATOR
319-------------------------------------------------------------------------------
320Number 38
321Subsystem GNUnet-CADET
322Comment Signature by a peer that like to create a connection.
323=================== ===========================================================
324
325
326
327=================== ===========================================================
328 GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_TCP_HANDSHAKE_ACK
329-------------------------------------------------------------------------------
330Number 39
331Subsystem GNUnet-TRANSPORT-TCP
332Comment Signature by a peer sending back the nonce received at initial handshake.
333=================== ===========================================================
334