updates
[silc.git] / doc / draft-riikonen-silc-pp-08.nroff
1 .pl 10.0i
2 .po 0
3 .ll 7.2i
4 .lt 7.2i
5 .nr LL 7.2i
6 .nr LT 7.2i
7 .ds LF Riikonen
8 .ds RF FORMFEED[Page %]
9 .ds CF
10 .ds LH Internet Draft
11 .ds RH 4 February 2004
12 .ds CH
13 .na
14 .hy 0
15 .in 0
16 .nf
17 Network Working Group                                        P. Riikonen
18 Internet-Draft
19 draft-riikonen-silc-pp-08.txt                            4 February 2004
20 Expires: 4 August 2004
21
22 .in 3
23
24 .ce 2
25 SILC Packet Protocol
26 <draft-riikonen-silc-pp-08.txt>
27
28 .ti 0
29 Status of this Memo
30
31 This document is an Internet-Draft and is in full conformance with
32 all provisions of Section 10 of RFC 2026.  Internet-Drafts are
33 working documents of the Internet Engineering Task Force (IETF), its
34 areas, and its working groups.  Note that other groups may also
35 distribute working documents as Internet-Drafts.
36
37 Internet-Drafts are draft documents valid for a maximum of six months
38 and may be updated, replaced, or obsoleted by other documents at any
39 time.  It is inappropriate to use Internet-Drafts as reference
40 material or to cite them other than as "work in progress."
41
42 The list of current Internet-Drafts can be accessed at
43 http://www.ietf.org/ietf/1id-abstracts.txt
44
45 The list of Internet-Draft Shadow Directories can be accessed at
46 http://www.ietf.org/shadow.html
47
48 The distribution of this memo is unlimited.
49
50
51 .ti 0
52 Abstract
53
54 This memo describes a Packet Protocol used in the Secure Internet Live
55 Conferencing (SILC) protocol, specified in the Secure Internet Live
56 Conferencing, Protocol Specification [SILC1].  This protocol describes
57 the packet types and packet payloads which defines the contents of the
58 packets.  The protocol provides secure binary packet protocol that
59 assures that the contents of the packets are secured and authenticated.
60
61
62
63
64
65
66
67
68
69 .ti 0
70 Table of Contents
71
72 .nf
73 1 Introduction ..................................................  3
74   1.1 Requirements Terminology ..................................  4
75 2 SILC Packet Protocol ..........................................  4
76   2.1 SILC Packet ...............................................  4
77   2.2 SILC Packet Header ........................................  5
78   2.3 SILC Packet Types .........................................  7
79       2.3.1 SILC Packet Payloads ................................ 15
80       2.3.2 Generic payloads .................................... 15
81             2.3.2.1 ID Payload .................................. 15
82             2.3.2.2 Argument Payload ............................ 16
83             2.3.2.3 Argument List Payload ....................... 17
84             2.3.2.4 Channel Payload ............................. 18
85             2.3.2.5 Public Key Payload .......................... 19
86             2.3.2.6 Message Payload ............................. 19
87       2.3.3 Disconnect Payload .................................. 23
88       2.3.4 Success Payload ..................................... 23
89       2.3.5 Failure Payload ..................................... 24
90       2.3.6 Reject Payload ...................................... 24
91       2.3.7 Notify Payload ...................................... 25
92       2.3.8 Error Payload ....................................... 34
93       2.3.9 Channel Message Payload ............................. 34
94       2.3.10 Channel Key Payload ................................ 35
95       2.3.11 Private Message Payload ............................ 37
96       2.3.12 Private Message Key Payload ........................ 37
97       2.3.13 Command Payload .................................... 39
98       2.3.14 Command Reply Payload .............................. 40
99       2.3.15 Connection Auth Request Payload .................... 40
100       2.3.16 New ID Payload ..................................... 41
101       2.3.17 New Client Payload ................................. 42
102       2.3.18 New Server Payload ................................. 43
103       2.3.19 New Channel Payload ................................ 44
104       2.3.20 Key Agreement Payload .............................. 45
105       2.3.21 Resume Router Payload .............................. 46
106       2.3.22 File Transfer Payload .............................. 46
107       2.3.23 Resume Client Payload .............................. 48
108   2.4 SILC ID Types ............................................. 49
109   2.5 Packet Encryption And Decryption .......................... 49
110       2.5.1 Normal Packet Encryption And Decryption ............. 50
111       2.5.2 Channel Message Encryption And Decryption ........... 50
112       2.5.3 Private Message Encryption And Decryption ........... 51
113   2.6 Packet MAC Generation ..................................... 52
114   2.7 Packet Padding Generation ................................. 52
115   2.8 Packet Compression ........................................ 53
116   2.9 Packet Sending ............................................ 53
117   2.10 Packet Reception ......................................... 54
118   2.11 Packet Routing ........................................... 54
119   2.12 Packet Broadcasting ...................................... 55
120 3 Security Considerations ....................................... 56
121 4 References .................................................... 56
122 5 Author's Address .............................................. 58
123 6 Full Copyright Statement ...................................... 58
124
125 .ti 0
126 List of Figures
127
128 .nf
129 Figure 1:   Typical SILC Packet
130 Figure 2:   SILC Packet Header
131 Figure 3:   ID Payload
132 Figure 4:   Argument Payload
133 Figure 5:   Argument List Payload
134 Figure 6:   Channel Payload
135 Figure 7:   Public Key Payload
136 Figure 8:   Message Payload
137 Figure 9:   Disconnect Payload
138 Figure 10:  Success Payload
139 Figure 11:  Failure Payload
140 Figure 12:  Reject Payload
141 Figure 13:  Notify Payload
142 Figure 14:  Error Payload
143 Figure 15:  Channel Key Payload
144 Figure 16:  Private Message Key Payload
145 Figure 17:  Command Payload
146 Figure 18:  Connection Auth Request Payload
147 Figure 19:  New Client Payload
148 Figure 20:  New Server Payload
149 Figure 21:  Key Agreement Payload
150 Figure 22:  Resume Router Payload
151 Figure 23:  File Transfer Payload
152 Figure 24:  Resume Client Payload
153
154
155 .ti 0
156 1. Introduction
157
158 This document describes a Packet Protocol used in the Secure Internet
159 Live Conferencing (SILC) protocol specified in the Secure Internet Live
160 Conferencing, Protocol Specification [SILC1].  This protocol describes
161 the packet types and packet payloads which defines the contents of the
162 packets.  The protocol provides secure binary packet protocol that
163 assures that the contents of the packets are secured and authenticated.
164 The packet protocol is designed to be compact to avoid unnecessary
165 overhead as much as possible.  This makes the SILC suitable also in
166 environment of low bandwidth requirements such as mobile networks.  All
167 packet payloads can also be compressed to further reduce the size of
168 the packets.
169
170 All packets in SILC network are always encrypted and their integrity
171 is assured by computed MACs.  The protocol defines several packet types
172 and packet payloads.  Each packet type usually has a specific packet
173 payload that actually defines the contents of the packet.  Each packet
174 also includes a default SILC Packet Header that provides sufficient
175 information about the origin and the destination of the packet.
176
177
178 .ti 0
179 1.1 Requirements Terminology
180
181 The keywords MUST, MUST NOT, REQUIRED, SHOULD, SHOULD NOT, RECOMMENDED,
182 MAY, and OPTIONAL, when they appear in this document, are to be
183 interpreted as described in [RFC2119].
184
185
186 .ti 0
187 2 SILC Packet Protocol
188
189 .ti 0
190 2.1 SILC Packet
191
192 SILC packets deliver messages from sender to receiver securely by
193 encrypting important fields of the packet.  The packet consists of
194 default SILC Packet Header, Padding, Packet Payload data, and, packet
195 MAC.
196
197 The following diagram illustrates typical SILC packet.
198
199 .in 5
200 .nf
201  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
202 |   n bytes   | 1 - n bytes |      n bytes       |  n bytes
203 | SILC Header |   Padding   |    Data Payload    |    MAC
204  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
205 .in 3
206
207 .ce
208 Figure 1:  Typical SILC Packet
209
210
211 SILC Header is always the first part of the packet and its purpose
212 is to provide information about the packet.  It provides for example
213 the packet type, origin of the packet and the destination of the packet.
214 The header is variable in length.  See the following section for
215 description of SILC Packet header.  Packets without SILC header or
216 with malformed SILC header MUST be dropped.
217
218 Padding follows the packet header.  The purpose of the padding is to
219 make the packet multiple by eight (8) or by the block size of the
220 cipher used in the encryption, which ever is larger.  The maximum
221 length of padding is currently 128 bytes.  The padding is always
222 encrypted.  The padding is applied always, even if the packet is
223 not encrypted.  See the section 2.7 Padding Generation for more
224 detailed information.
225
226 Data payload area follows padding and it is the actual data of the
227 packet.  The packet data is the packet payloads defined in this
228 protocol.  The data payload area is always encrypted.
229
230 The last part of SILC packet is the packet MAC that assures the
231 integrity of the packet.  See the section 2.6 Packet MAC Generation
232 for more information.  If compression is used the compression is
233 always applied before encryption.
234
235 All fields in all packet payloads are always in MSB (most significant
236 byte first) order.
237
238
239 .ti 0
240 2.2 SILC Packet Header
241
242 The SILC packet header is applied to all SILC packets and it is
243 variable in length.  The purpose of SILC Packet header is to provide
244 detailed information about the packet.  The receiver of the packet
245 uses the packet header to parse the packet and gain other relevant
246 parameters of the packet.
247
248 The following diagram represents the SILC packet header.
249
250 .in 5
251 .nf
252                      1                   2                   3
253  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
254 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
255 |         Payload Length        |     Flags     |  Packet Type  |
256 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
257 |   Pad Length  |    RESERVED   | Source ID Len |  Dest ID Len  |
258 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
259 |  Src ID Type  |                                               |
260 +-+-+-+-+-+-+-+-+                                               +
261 |                                                               |
262 ~                           Source ID                           ~
263 |                                                               |
264 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
265 |  Dst ID Type  |                                               |
266 +-+-+-+-+-+-+-+-+                                               +
267 |                                                               |
268 ~                         Destination ID                        ~
269 |                                                               |
270 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
271 .in 3
272
273 .ce
274 Figure 2:  SILC Packet Header
275
276 .in 6
277 o Payload Length (2 bytes) - Indicates the length of the
278   packet not including the padding of the packet.
279
280 o Flags (1 byte) - Indicates flags to be used in packet
281   processing.  Several flags may be set by ORing the flags
282   together.
283
284   The following flags are reserved for this field:
285
286
287      No flags                  0x00
288
289        In this case the field is ignored.
290
291
292      Private Message Key       0x01
293
294        Indicates that the packet data MUST include private
295        message that is encrypted using private key set by
296        client.  Servers does not know this key and cannot
297        handle the packet, but passes it along.  See section
298        2.5.3 Private Message Encryption And Decryption for
299        more information.
300
301
302      List                      0x02
303
304        Indicates that the packet consists of list of
305        packet payloads indicated by the Packet Type field.
306        The payloads are added one after the other.  Note that
307        there are packet types that must not be used as
308        list.  Parsing of list packet is done by calculating
309        the length of each payload and parsing them one by
310        one.
311
312
313      Broadcast                 0x04
314
315        Marks the packet to be broadcasted.  Client and normal
316        server cannot send broadcast packets.  Only router server
317        may send broadcast packet.  The router receiving of packet
318        with this flag set MUST send (broadcast) the packet to
319        its primary route.  If router has several router connections
320        the packet may be sent only to the primary route.  See
321        section 2.12 Packet Broadcasting for description of
322        packet broadcasting.
323
324
325      Compressed                0x08
326
327        Marks that the payload of the packet is compressed.
328        The sender of the packet marks this flag when it
329        compresses the payload, and any server or router
330        en route to the recipient MUST NOT unset this flag.
331        See section 2.8 Packet Compression for description of
332        packet compressing.
333
334 .in 3
335
336 o Packet Type (1 byte) - Indicates the type of the packet.
337   Receiver uses this field to parse the packet.  See section
338   2.3 SILC Packets for list of defined packet types.
339
340 o Pad Length (1 byte) - Indicates the length of the padding
341   applied after the SILC Packet header.  Maximum length for
342   padding is 128 bytes.
343
344 o RESERVED (1 byte) - Reserved field and must include a
345   zero (0) value.
346
347 o Source ID Length (1 byte) - Indicates the length of the
348   Source ID field in the header, not including this or any
349   other fields.
350
351 o Destination ID Length (1 byte) - Indicates the length of the
352   Destination ID field in the header, not including this or
353   any other fields.
354
355 o Src ID Type (1 byte) - Indicates the type of ID in the
356   Source ID field.  See section 2.4 SILC ID Types for
357   defined ID types.
358
359 o Source ID (variable length) - The actual source ID that
360   indicates which is the original sender of the packet.
361
362 o Dst ID Type (1 byte) - Indicates the type of ID in the
363   Destination ID field.  See section 2.4 SILC ID Types for
364   defined ID types.
365
366 o Destination ID (variable length) - The actual destination
367   ID that indicates which is the end receiver of the packet.
368
369
370
371 .ti 0
372 2.3 SILC Packet Types
373
374 SILC packet types defines the contents of the packet and it is used by
375 the receiver to parse the packet.  The packet type is 8 bits in length.
376 The range for the packet types are from 0 - 255, where 0 is never sent and
377 255 is currently reserved for future extensions and MUST NOT be defined to
378 any other purpose.  Every SILC specification compliant implementation
379 SHOULD support all the following packet types.
380
381 The below list of the SILC Packet types includes reference to the packet
382 payload as well.  Packet payloads are the actual packet data area.  Each
383 packet type defines packet payload which usually may only be sent with
384 the specific packet type.
385
386 Most of the packets are packets that must be destined directly to entity
387 that is connected to the sender.  It is not allowed, for example, for a
388 router to send SILC_PACKET_DISCONNECT packet to client that is not
389 directly connected to the router.  However, there are some special packet
390 types that may be destined to some entity that the sender does not have
391 direct connection with.  These packets are for example private message
392 packets, channel message packets, command packets and some other packets
393 that may be broadcasted in the SILC network.  The following packet
394 desription list will define it separately if a packet is allowed to be
395 sent to indirectly connected entity.  Other packets MUST NOT be sent or
396 accepted, if sent, to indirectly connected entities.
397
398 Some packets MAY be sent as lists by adding the List flag to the Packet
399 Header and constructing multiple packet payloads one after the other.
400 When this is allowed it is separately defined in the following list.
401 Other packets MUST NOT be sent as list and the List flag MUST NOT be set.
402
403
404 List of SILC Packet types are defined as follows.
405
406 .in 1
407      0    SILC_PACKET_NONE
408
409           This type is reserved and it is never sent.
410
411
412      1    SILC_PACKET_DISCONNECT
413
414           This packet is sent to disconnect the remote end.  Reason of
415           the disconnection is sent inside the packet payload.
416
417           Payload of the packet:  See section 2.3.3 Disconnect Payload
418
419
420      2    SILC_PACKET_SUCCESS
421
422           This packet is sent upon successful execution of a protocol.
423           The status of the success is sent in the packet payload.
424
425           Payload of the packet:  See section 2.3.4 Success Payload
426
427
428      3    SILC_PACKET_FAILURE
429
430           This packet is sent upon failure of a protocol.  The status
431           of the failure is sent in the packet payload.
432
433           Payload of the packet:  See section 2.3.5 Failure Payload
434
435
436      4    SILC_PACKET_REJECT
437
438           This packet MAY be sent upon rejection of a protocol.  The
439           status of the rejection is sent in the packet payload.
440
441           Payload of the packet:  See section 2.3.6 Reject Payload
442
443
444      5    SILC_PACKET_NOTIFY
445
446           This packet is used to send notify message.  The packet is
447           usually sent between server and client, but also between
448           server and router.  Client MUST NOT send this packet.  Server
449           MAY destine this packet to channel as well when the packet is
450           distributed to all clients on the channel.  This packet MAY
451           be sent as list.
452
453           Payload of the packet:  See section 2.3.7 Notify Payload.
454
455
456      6    SILC_PACKET_ERROR
457
458           This packet is sent when an error occurs.  Server MAY
459           send this packet.  Client MUST NOT send this packet.  The
460           client MAY entirely ignore the packet, however, server is
461           most likely to take action anyway.  This packet MAY be sent
462           to entity that is indirectly connected to the sender.
463
464           Payload of the packet:  See section 2.3.8 Error Payload.
465
466
467      7    SILC_PACKET_CHANNEL_MESSAGE
468
469           This packet is used to send messages to channels.  The packet
470           includes Channel ID of the channel and the actual message to
471           the channel.  Messages sent to the channel are always protected
472           by channel specific keys.  This packet MAY be sent to entity
473           that is indirectly connected to the sender.
474
475           Payload of the packet:  See section 2.3.9 Channel Message
476                                   Payload
477
478
479      8    SILC_PACKET_CHANNEL_KEY
480
481           This packet is used to distribute new key for particular
482           channel when server generates it.  Each channel has their own
483           independent keys that is used to protect the traffic on the
484           channel.  It is also possible to use channel private keys that
485           are not server generated.  In this case this packet is not used.
486           Client MUST NOT send this packet.  This packet MAY be sent to
487           entity that is indirectly connected to the sender.
488
489           Payload of the packet:  See section 2.3.10 Channel Key Payload
490
491
492      9    SILC_PACKET_PRIVATE_MESSAGE
493
494           This packet is used to send private messages from client
495           to another client.  By default, private messages are protected
496           by session keys established by normal key exchange protocol.
497           However, it is possible to use specific key to protect private
498           messages.  See [SILC1] for private message key generation.
499           This packet MAY be sent to entity that is indirectly connected
500           to the sender.
501
502           Payload of the packet:  See section 2.3.11 Private Message
503                                   Payload
504
505
506      10   SILC_PACKET_PRIVATE_MESSAGE_KEY
507
508           This packet can be used to agree about a key to be used to
509           protect private messages between two clients.  This packet
510           is sent inside the SILC network and protected with session
511           keys.  There are other means of agreeing to use private message
512           keys as well, than sending this packet which may not be
513           desirable on all situations.  See the [SILC1] for private
514           message key generation.  This packet MAY be sent to entity
515           that is indirectly connected to the sender.
516
517           Payload of the packet:  See section 2.3.12 Private Message
518                                   Key Payload
519
520
521      11   SILC_PACKET_COMMAND
522
523           This packet is used to send commands from client to server.
524           Server MAY send this packet to other servers as well.  All
525           commands are listed in their own section SILC Command Types
526           in [SILC4].  The contents of this packet is command specific.
527           This packet MAY be sent to entity that is indirectly connected
528           to the sender.
529
530           Payload of the packet:  See section 2.3.13 Command Payload
531
532
533      12   SILC_PACKET_COMMAND_REPLY
534
535           This packet is sent as reply to the SILC_PACKET_COMMAND packet.
536           The contents of this packet is command specific.  This packet
537           MAY be sent to entity that is indirectly connected to the
538           sender.  This packet MAY be sent as list.
539
540           Payload of the packet:  See section 2.3.14 Command Reply
541                                   Payload and section 2.3.13 Command
542                                   Payload
543
544
545
546      13   SILC_PACKET_KEY_EXCHANGE
547
548           This packet is used to start SILC Key Exchange Protocol,
549           described in detail in [SILC3].
550
551           Payload of the packet:  Payload of this packet is described
552                                   in the section SILC Key Exchange
553                                   Protocol and its sub sections in
554                                   [SILC3].
555
556
557      14   SILC_PACKET_KEY_EXCHANGE_1
558
559           This packet is used as part of the SILC Key Exchange Protocol.
560
561           Payload of the packet:  Payload of this packet is described
562                                   in the section SILC Key Exchange
563                                   Protocol and its sub sections in
564                                   [SILC3].
565
566
567      15   SILC_PACKET_KEY_EXCHANGE_2
568
569           This packet is used as part of the SILC Key Exchange Protocol.
570
571           Payload of the packet:  Payload of this packet is described
572                                   in the section SILC Key Exchange
573                                   Protocol and its sub sections in
574                                   [SILC3].
575
576
577      16   SILC_PACKET_CONNECTION_AUTH_REQUEST
578
579           This packet is used to request an authentication method to
580           be used in the SILC Connection Authentication Protocol.  If
581           initiator of the protocol does not know the mandatory
582           authentication method this packet MAY be used to determine it.
583           The party receiving this payload SHOULD respond with the same
584           packet including the mandatory authentication method.
585
586           Payload of the packet:  See section 2.3.15 Connection Auth
587                                   Request Payload
588
589
590      17   SILC_PACKET_CONNECTION_AUTH
591
592           This packet is used to start and perform the SILC Connection
593           Authentication Protocol.  This protocol is used to authenticate
594           the connecting party.  The protocol is described in detail in
595           [SILC3].
596
597           Payload of the packet:  Payload of this packet is described
598                                   in the section SILC Authentication
599                                   Protocol and it sub sections in [SILC].
600
601
602      18   SILC_PACKET_NEW_ID
603
604           This packet is used to distribute new IDs from server to
605           router and from router to all other routers in SILC network.
606           This is used when for example new client is registered to
607           SILC network.  The newly created IDs of these operations are
608           distributed by this packet.  Only server may send this packet,
609           however, client MUST be able to receive this packet.  This
610           packet MAY be sent to entity that is indirectly connected
611           to the sender.  This packet MAY be sent as list.
612
613           Payload of the packet:  See section 2.3.16 New ID Payload
614
615
616      19   SILC_PACKET_NEW_CLIENT
617
618           This packet is used by client to register itself to the
619           SILC network.  This is sent after key exchange and
620           authentication protocols has been completed.  Client sends
621           various information about itself in this packet to the server.
622
623           Payload of the packet:  See section 2.3.17 New Client Payload
624
625
626      20   SILC_PACKET_NEW_SERVER
627
628           This packet is used by server to register itself to the
629           SILC network.  This is sent after key exchange and
630           authentication protocols has been completed.  Server sends
631           this to the router it connected to, or, if router was
632           connecting, to the connected router.  Server sends its
633           Server ID and other information in this packet.  The client
634           MUST NOT send or receive this packet.
635
636           Payload of the packet:  See section 2.3.18 New Server Payload
637
638
639      21   SILC_PACKET_NEW_CHANNEL
640
641           This packet is used to notify routers about newly created
642           channel.  Channels are always created by the router and it MUST
643           notify other routers about the created channel.  Router sends
644           this packet to its primary route.  Client MUST NOT send this
645           packet.  This packet MAY be sent to entity that is indirectly
646           connected to the sender.  This packet MAY be sent as list.
647
648           Payload of the packet:  See section 2.3.19 New Channel Payload
649
650
651      22   SILC_PACKET_REKEY
652
653           This packet is used to indicate that re-key must be performed
654           for session keys.  See section Session Key Regeneration in
655           [SILC1] for more information.  This packet does not have
656           a payload.
657
658
659      23   SILC_PACKET_REKEY_DONE
660
661           This packet is used to indicate that re-key is performed and
662           new keys must be used hereafter.  This packet does not have a
663           payload.
664
665
666      24   SILC_PACKET_HEARTBEAT
667
668           This packet is used by clients, servers and routers to keep the
669           connection alive.  It is RECOMMENDED that all servers implement
670           keepalive actions and perform it to both direction in a link.
671           This packet does not have a payload.
672
673
674      25   SILC_PACKET_KEY_AGREEMENT
675
676           This packet is used by clients to request key negotiation
677           between another client in the SILC network.  If the negotiation
678           is started it is performed using the SKE protocol.  The result of
679           the negotiation, the secret key material, can be used for
680           example as private message key.  The server and router MUST NOT
681           send this packet.
682
683           Payload of the packet:  See section 2.3.20 Key Agreement Payload
684
685
686      26   SILC_PACKET_RESUME_ROUTER
687
688           This packet is used during backup router protocol when the
689           original primary router of the cell comes back online and wishes
690           to resume the position as being the primary router of the cell.
691
692           Payload of the packet:  See section 2.3.21 Resume Router Payload
693
694
695      27   SILC_PACKET_FTP
696
697           This packet is used to perform an file transfer protocol in the
698           SILC session with some entity in the network.  The packet is
699           multi purpose.  The packet is used to tell other entity in the
700           network that the sender wishes to perform an file transfer
701           protocol.  The packet is also used to actually tunnel the
702           file transfer protocol stream.  The file transfer protocol
703           stream is always protected with the SILC binary packet protocol.
704
705           Payload of the packet:  See section 2.3.22 File Transfer Payload
706
707
708      28   SILC_PACKET_RESUME_CLIENT
709
710           This packet is used to resume a client back to the network
711           after it has been detached.  A client is able to detach from
712           the network but the client is still valid client in the network.
713           The client may then later resume its session back by sending
714           this packet to a server.  Routers also use this packet to notify
715           other routers in the network that the detached client has resumed.
716
717           Payload of the packet:  See section 2.3.23 Resume Client Payload
718
719
720      29 - 199
721
722           Currently undefined commands.
723
724
725      200 - 254
726
727           These packet types are reserved for private use and they will
728           not be defined by this document.
729
730
731      255  SILC_PACKET_MAX
732
733           This type is reserved for future extensions and currently it
734           MUST NOT be sent.
735 .in 3
736
737
738 .ti 0
739 2.3.1 SILC Packet Payloads
740
741 All payloads resides in the main data area of the SILC packet.  However
742 all payloads MUST be at the start of the data area after the SILC
743 packet header and padding.  All fields in the packet payload are always
744 encrypted, as they reside in the data area of the packet which is
745 always encrypted.  Most of the payloads may only be sent with specific
746 packet type which is defined in the description of the payload.
747
748 There are some other payloads in SILC as well.  However, they are not
749 common in the sense that they could be sent at any time.  These payloads
750 are not described in this section.  These are payloads such as SILC
751 Key Exchange payloads and so on.  These are described in [SILC1],
752 [SILC3] and [SILC4].
753
754
755 .ti 0
756 2.3.2 Generic payloads
757
758 This section describes generic payloads that are not associated to any
759 specific packet type.  They can be used for example inside some other
760 packet payload.
761
762
763 .ti 0
764 2.3.2.1 ID Payload
765
766 This payload can be used to send an ID.  ID's are variable in length
767 thus this payload provides a way to send variable length ID.
768
769 The following diagram represents the ID Payload.
770
771 .in 5
772 .nf
773                      1                   2                   3
774  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
775 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
776 |             ID Type           |           ID Length           |
777 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
778 |                                                               |
779 ~                           ID Data                             ~
780 |                                                               |
781 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
782 .in 3
783
784 .ce
785 Figure 3:  ID Payload
786
787
788 .in 6
789 o ID Type (2 bytes) - Indicates the type of the ID.  See
790   section 2.4 SILC ID Types for list of defined ID types.
791
792 o ID Length (2 bytes) - Length of the ID Data area not
793   including the length of any other fields in the payload.
794
795 o ID Data (variable length) - The actual ID data.  The encoding
796   of the ID data is defined in section 2.4 SILC ID Types.
797 .in 3
798
799
800 .ti 0
801 2.3.2.2 Argument Payload
802
803 Argument Payload is used to set arguments for any packet payload that
804 need and support arguments, such as commands.  Number of arguments
805 associated with a packet MUST be indicated by the packet payload which
806 need the arguments.  Argument Payloads MUST always reside right after
807 the packet payload needing the arguments.  Incorrect amount of argument
808 payloads MUST cause rejection of the packet.
809
810 The following diagram represents the Argument Payload.
811
812 .in 5
813 .nf
814                      1                   2                   3
815  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
816 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
817 |          Data Length          | Argument Type |               |
818 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               +
819 |                                                               |
820 ~                        Argument Data                          ~
821 |                                                               |
822 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
823 .in 3
824
825 .ce
826 Figure 4:  Argument Payload
827
828
829 .in 6
830 o Data Length (2 bytes) - Length of the Argument Data field
831   not including the length of any other field in the payload.
832
833 o Argument Type (1 byte) - Indicates the type of the argument.
834   Every argument can have a specific type that are defined
835   by the packet payload needing the argument.  For example
836   every command specify a number for each argument that may be
837   associated with the command.  By using this number the receiver
838   of the packet knows what type of argument this is.  If there is
839   no specific argument type this field is set to zero (0) value.
840
841 o Argument Data (variable length) - Argument data.
842 .in 3
843
844
845 .ti 0
846 2.3.2.3 Argument List Payload
847
848 Argument List Payload is a list of Argument Payloads appended one
849 after the other.  The number of arguments is indicated in the
850 payload.
851
852 The following diagram represents the Argument List Payload.
853
854 .in 5
855 .nf
856                      1                   2                   3
857  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
858 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
859 |         Argument Nums         |                               |
860 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
861 |                                                               |
862 ~                        Argument Payloads                      ~
863 |                                                               |
864 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
865 .in 3
866
867 .ce
868 Figure 5:  Argument List Payload
869
870
871 .in 6
872 o Argument Nums (2 bytes) - Indicates the number of Argument
873   Payloads.  If zero (0) value is found in this field no
874   arguments are present.
875
876 o Argument Payloads (variable length) - The Argument Payloads
877   appended one after the other.  The payloads can be decoded
878   since the length of the payload is indicated in each of
879   the Argument Payload.
880 .in 3
881
882
883
884
885 .ti 0
886 2.3.2.4 Channel Payload
887
888 Generic Channel Payload may be used to send information about a channel,
889 its name, the Channel ID and a mode.
890
891 The following diagram represents the Channel Payload.
892
893
894 .in 5
895 .nf
896                      1                   2                   3
897  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
898 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
899 |      Channel Name Length      |                               |
900 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
901 |                                                               |
902 ~                         Channel Name                          ~
903 |                                                               |
904 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
905 |       Channel ID Length       |                               |
906 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
907 |                                                               |
908 ~                          Channel ID                           ~
909 |                                                               |
910 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
911 |                           Mode Mask                           |
912 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
913 .in 3
914
915 .ce
916 Figure 6:  New Channel Payload
917
918
919 .in 6
920 o Channel Name Length (2 bytes) - Length of the Channel Name
921   field.
922
923 o Channel Name (variable length) - The name of the channel.
924
925 o Channel ID Length (2 bytes) - Length of the Channel ID field.
926
927 o Channel ID (variable length) - The encoded Channel ID.
928
929 o Mode Mask (4 bytes) - A mode.  This can be the mode of the
930   channel but it can also be the mode of a client on the
931   channel.  The contents of this field is dependent of the
932   usage of this payload.  The usage is defined separately
933   when this payload is used.  This is a 32 bit MSB first value.
934 .in 3
935
936
937
938
939
940
941 .ti 0
942 2.3.2.5 Public Key Payload
943
944 Generic Public Key Payload may be used to send different type of
945 public keys and certificates.
946
947 The following diagram represents the Public Key Payload.
948
949 .in 5
950 .nf
951                      1                   2                   3
952  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
953 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
954 |       Public Key Length       |        Public Key Type        |
955 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
956 |                                                               |
957 ~                  Public Key (or certificate)                  ~
958 |                                                               |
959 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
960 .in 3
961
962 .ce
963 Figure 7:  Public Key Payload
964
965
966 .in 6
967 o Public Key Length (2 bytes) - The length of the Public Key
968   (or certificate) field, not including any other field.
969
970 o Public Key Type (2 bytes) - The public key (or certificate)
971   type.  This field indicates the type of the public key in
972   the packet.  See the [SILC3] for defined public key types.
973
974 o Public Key (or certificate) (variable length) - The
975   encoded public key or certificate data.
976 .in 3
977
978
979 .ti 0
980 2.3.2.6 Message Payload
981
982 Generic Message Payload can be used to send messages in SILC.  It
983 is used to send channel messages and private messages.
984
985 The following diagram represents the Message Payload.
986
987 (*) indicates that the field is not encrypted.
988
989
990
991
992
993
994
995
996
997 .in 5
998 .nf
999                      1                   2                   3
1000  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1001 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1002 |        Message  Flags         |         Message Length        |
1003 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1004 |                                                               |
1005 ~                         Message Data                          ~
1006 |                                                               |
1007 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1008 |        Padding Length         |                               |
1009 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1010 |                                                               |
1011 ~                            Padding                            ~
1012 |                                                               |
1013 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1014 |                                                               |
1015 ~                       Initial Vector *                        ~
1016 |                                                               |
1017 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1018 |                                                               |
1019 ~                              MAC *                            ~
1020 |                                                               |
1021 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1022 .in 3
1023
1024 .ce
1025 Figure 8:  Message Payload
1026
1027
1028 .in 6
1029 o Message Flags (2 bytes) - Includes the Message Flags of the
1030   message.  The flags can indicate a reason or a purpose for
1031   the message.  The following Message Flags are defined:
1032
1033   0x0000  SILC_MESSAGE_FLAG_NONE
1034
1035           No specific flags set.
1036
1037   0x0001  SILC_MESSAGE_FLAG_AUTOREPLY
1038
1039           This message is an automatic reply to an earlier
1040           received message.
1041
1042   0x0002  SILC_MESSAGE_FLAG_NOREPLY
1043
1044           There should not be reply messages to this
1045           message.
1046
1047   0x0004  SILC_MESSAGE_FLAG_ACTION
1048
1049           The sender is performing an action and the message
1050           is the indication of the action.
1051
1052   0x0008  SILC_MESSAGE_FLAG_NOTICE
1053
1054           The message is for example an informational notice
1055           type message.
1056
1057   0x0010  SILC_MESSAGE_FLAG_REQUEST
1058
1059           This is a generic request flag to send request
1060           messages.  A separate document should define any
1061           payloads associated to this flag.
1062
1063   0x0020  SILC_MESSAGE_FLAG_SIGNED
1064
1065           This flag indicates that the message is signed
1066           with sender's private key and thus can be verified
1067           by the receiver using the sender's public key.  A
1068           separate document should define the detailed procedure
1069           of the signing process and any associated payloads
1070           for this flag.
1071
1072   0x0040  SILC_MESSAGE_FLAG_REPLY
1073
1074           This is a generic reply flag to send a reply to
1075           previously received request.  A separate document
1076           should define any payloads associated to this flag.
1077
1078   0x0080  SILC_MESSAGE_FLAG_DATA
1079
1080           This is a generic data flag, indicating that the
1081           message includes some data which can be interpreted
1082           in a specific way.  Using this flag any kind of data
1083           can be delivered inside message payload.  A separate
1084           document should define how this flag is interpreted
1085           and define any associated payloads.
1086
1087   0x0100  SILC_MESSAGE_FLAG_UTF8
1088
1089           This flag indicates that the message is UTF-8 encoded
1090           textual message.  When sending text messages in SILC
1091           this flag SHOULD be used.  When this flag is used the
1092           text sent as message MUST be UTF-8 encoded.
1093
1094   0x0200  SILC_MESSAGE_FLAG_ACK
1095
1096           This flag indicates the sender requires the recpipient
1097           to acknowledge the received message.  This same flag
1098           is used in the acknowledgement.  A separate document
1099           should define how the acknowledgement is performed.
1100
1101   0x0400 - 0x1000 RESERVED
1102
1103           Reserved for future flags.
1104
1105   0x2000 - 0x8000 PRIVATE RANGE
1106
1107           Private range for free use.
1108
1109 o Message Length (2 bytes) - Indicates the length of the
1110   Message Data field in the payload, not including any
1111   other field.
1112
1113 o Message Data (variable length) - The actual message data.
1114
1115 o Padding Length (2 bytes) - Indicates the length of the
1116   Padding field in the payload, not including any other
1117   field.
1118
1119 o Padding (variable length) - If this payload is used as
1120   channel messages, the padding MUST be applied because
1121   this payload is encrypted separately from other parts
1122   of the packet.  If this payload is used as private
1123   messages, the padding is present only when the payload
1124   is encrypted with private message key.  If encrypted
1125   with session keys this field MUST NOT be present and the
1126   Padding Length field includes a zero (0) value.  The
1127   padding SHOULD be random data.
1128
1129 o Initial Vector (variable length) - This field MUST be
1130   present when this payload is used as channel messages.
1131   The IV SHOULD be random data for each channel message.
1132
1133   When encrypting private messages with session keys this
1134   field MUST NOT be present.  For private messages this
1135   field is present only when encrypting with a static
1136   private message key (pre-shared key).  If randomly
1137   generated key material is used this field MUST NOT be
1138   present.  Also, If Key Agreement (SKE) was used to
1139   negotiate fresh key material for private message key
1140   this field MUST NOT be present.  See the section 4.6
1141   in [SILC1] for more information about IVs when
1142   encrypting private messages.
1143
1144   This field includes the initial vector used in message
1145   encryption.  It need to be used in the packet decryption
1146   as well.  Contents of this field depends on the encryption
1147   algorithm and encryption mode.  This field is not encrypted,
1148   is not included in padding calculation and its length
1149   equals to cipher's block size.  This field is authenticated
1150   by the message MAC.
1151
1152 o MAC (variable length) - The MAC computed from the
1153   Message Flags, Message Length, Message Data, Padding Length,
1154   Padding and Initial Vector fields in that order.  The MAC
1155   is computed after the payload is encrypted.  This is so
1156   called Encrypt-Then-MAC order; first encrypt, then compute
1157   MAC from ciphertext.  The MAC protects the integrity of
1158   the Message Payload.  Also, when used as channel messages
1159   it is possible to have multiple private channel keys set,
1160   and receiver can use the MAC to verify which of the keys
1161   must be used in decryption.  This field is not present
1162   when encrypting private messages with session key.  This
1163   field is not encrypted. This field is authenticated by
1164   the SILC packet MAC.
1165 .in 3
1166
1167
1168 .ti 0
1169 2.3.3 Disconnect Payload
1170
1171 Disconnect payload is sent upon disconnection.  Reason of the
1172 disconnection is sent to the disconnected party in the payload.
1173
1174 The payload may only be sent with SILC_PACKET_DISCONNECT packet.  It
1175 MUST NOT be sent in any other packet type.  The following diagram
1176 represents the Disconnect Payload.
1177
1178
1179 .in 5
1180 .nf
1181                      1                   2                   3
1182  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1183 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1184 |    Status     |                                               |
1185 +-+-+-+-+-+-+-+-+                                               +
1186 |                                                               |
1187 ~                      Disconnect Message                       ~
1188 |                                                               |
1189 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1190 .in 3
1191
1192 .ce
1193 Figure 9:  Disconnect Payload
1194
1195 .in 6
1196 o Status (1 byte) - Indicates the Status Type, defined in [SILC3]
1197   for the reason of disconnection.
1198
1199 o Disconnect Message (variable length) - Human readable UTF-8
1200   encoded string indicating reason of the disconnection.  This
1201   field MAY be omitted.
1202 .in 3
1203
1204
1205 .ti 0
1206 2.3.4 Success Payload
1207
1208 Success payload is sent when some protocol execution is successfully
1209 completed.  The payload is simple; indication of the success is sent.
1210 This may be any data, including binary or human readable data, and
1211 it is protocol dependent.
1212
1213 .in 5
1214 .nf
1215                      1                   2                   3
1216  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1217 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1218 |                                                               |
1219 ~                      Success Indication                       ~
1220 |                                                               |
1221 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1222 .in 3
1223
1224 .ce
1225 Figure 10:  Success Payload
1226
1227
1228 .in 6
1229 o Success Indication (variable length) - Indication of
1230   the success.  This may be for example some flag that
1231   indicates the protocol and the success status or human
1232   readable success message.  The true length of this
1233   payload is available by calculating it from the SILC
1234   Packet Header.
1235 .in 3
1236
1237
1238 .ti 0
1239 2.3.5 Failure Payload
1240
1241 This is opposite of Success Payload.  Indication of failure of
1242 some protocol is sent in the payload.
1243
1244 .in 5
1245 .nf
1246                      1                   2                   3
1247  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1248 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1249 |                                                               |
1250 ~                      Failure Indication                       ~
1251 |                                                               |
1252 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1253 .in 3
1254
1255 .ce
1256 Figure 11:  Failure Payload
1257
1258
1259 .in 6
1260 o Failure Indication (variable length) - Indication of
1261   the failure.  This may be for example some flag that
1262   indicates the protocol and the failure status or human
1263   readable failure message.  The true length of this
1264   payload is available by calculating it from the SILC
1265   Packet Header.
1266 .in 3
1267
1268
1269 .ti 0
1270 2.3.6 Reject Payload
1271
1272 This payload is sent when some protocol is rejected to be executed.
1273 Other operations MAY send this as well that was rejected.  The
1274 indication of the rejection is sent in the payload.  The indication
1275 may be binary or human readable data and is protocol dependent.
1276
1277
1278 .in 5
1279 .nf
1280                      1                   2                   3
1281  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1282 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1283 |                                                               |
1284 ~                       Reject Indication                       ~
1285 |                                                               |
1286 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1287 .in 3
1288
1289 .ce
1290 Figure 12:  Reject Payload
1291
1292
1293 .in 6
1294 o Reject Indication (variable length) - Indication of
1295   the rejection.  This maybe for example some flag that
1296   indicates the protocol and the rejection status or human
1297   readable rejection message.  The true length of this
1298   payload is available by calculating it from the SILC
1299   Packet Header.
1300 .in 3
1301
1302
1303
1304 .ti 0
1305 2.3.7 Notify Payload
1306
1307 Notify payload is used to send notify messages.  The payload is usually
1308 sent from server to client and from server to router.  It is also used
1309 by routers to notify other routers in the network.  This payload MAY also
1310 be sent to a channel.  Client MUST NOT send this payload.  When this
1311 packet is received by client it SHOULD process it.  Servers and routers
1312 MUST process notify packets.
1313
1314 The payload may only be sent with SILC_PACKET_NOTIFY packet.  It MUST
1315 NOT be sent in any other packet type.  The following diagram represents
1316 the Notify Payload.
1317
1318
1319
1320 .in 5
1321 .nf
1322                      1                   2                   3
1323  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1324 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1325 |          Notify Type          |        Payload Length         |
1326 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1327 | Argument Nums |
1328 +-+-+-+-+-+-+-+-+
1329 .in 3
1330
1331 .ce
1332 Figure 13:  Notify Payload
1333
1334
1335 .in 6
1336 o Notify Type (2 bytes) - Indicates the type of the notify
1337   message.
1338
1339 o Payload Length (2 bytes) - Length of the entire Notify Payload
1340   including any associated Argument Payloads.
1341
1342 o Argument Nums (1 byte) - Indicates the number of Argument
1343   Payloads associated to this payload.  Notify types may define
1344   arguments to be sent along the notify message.
1345 .in 3
1346
1347 The following list of currently defined notify types.  The format for
1348 notify arguments is same as in SILC commands described in [SILC4].
1349 Note that all IDs sent in arguments are sent inside ID Payload.  Also
1350 note that all passphrases that may be sent inside arguments MUST be
1351 UTF-8 [RFC2279] encoded.  Also note that all public keys or certificates
1352 sent inside arguments are actually Public Key Payloads.
1353
1354
1355 .in 6
1356 0     SILC_NOTIFY_TYPE_NONE
1357
1358       If no specific notify type apply for the notify message this type
1359       MAY be used.
1360
1361       Max Arguments:  1
1362           Arguments:  (1) <message>
1363
1364       The <message> is implementation specific free UTF-8 text string.
1365       Receiver MAY ignore this message.
1366
1367
1368 1     SILC_NOTIFY_TYPE_INVITE
1369
1370       Sent when an client is invited to a channel.  This is also sent
1371       when the invite list of the channel is changed.  This notify type
1372       is sent to local servers on the channel, but MUST NOT be sent
1373       to clients on the channel.  Router MUST broadcast this to its
1374       primary router and to local servers on the channel.  When a client
1375       was directly invited to the channel this is also sent to that 
1376       client.  In this case the packet is destined to the client.
1377
1378       Max Arguments:  5
1379           Arguments:  (1) <Channel ID>          (2) <channel name>
1380                       (3) [<sender Client ID>]  (4) [<add | del>]
1381                       (5) [<invite list>]
1382
1383       The <Channel ID> is the channel.  The <channel name> is the name
1384       of the channel and is provided because the client which receives
1385       this notify packet may not have a way to resolve the name of the
1386       channel from the <Channel ID>.  The <sender Client ID> is the
1387       Client ID which invited the client to the channel.  The
1388       <add | del> is an argument of size of 1 byte where 0x00 means
1389       adding a client to invite list, and 0x01 means deleting a client
1390       from invite list.  The <invite list>, if present, indicates the
1391       information to be added to or removed from the invite list.
1392       The <invite list> format is defined in [SILC4] with
1393       SILC_COMMAND_INVITE command.  When this notify is destined to
1394       a client the <add | del> and <invite list> MUST NOT be sent.
1395       When <add | del> is used  to announce information during server 
1396       connecting phase the argument type MUST be 0x03.  See section
1397       4.2.1 in [SILC1] for more information.
1398
1399
1400 2     SILC_NOTIFY_TYPE_JOIN
1401
1402       Sent when client has joined to a channel.  The server MUST
1403       distribute this type to the local clients on the channel and then
1404       send it to its primary router.  Note that, when router is joining
1405       the client on behalf of normal server then router MUST send this
1406       notify type locally and globally.  The router or server receiving
1407       the packet distributes this type to the local clients on the
1408       channel and broadcast it to the network.  This notify is sent
1409       also to the client that joined the channel.
1410
1411       Max Arguments:  2
1412           Arguments:  (1) [<Client ID>]       (2) <Channel ID>
1413
1414       The <Client ID> is the client that joined to the channel
1415       indicated by the <Channel ID>.
1416
1417
1418 3     SILC_NOTIFY_TYPE_LEAVE
1419
1420       Sent when client has left a channel.  The server must distribute
1421       this type to the local clients on the channel and then send it
1422       to its primary router.  The router or server receiving the
1423       packet distributes this type to the local clients on the channel
1424       and broadcast it to the network.  This notify MUST NOT be sent to
1425       the leaving client.
1426
1427       Max Arguments:  1
1428           Arguments:  (1) <Client ID>
1429
1430       The <Client ID> is the client which left the channel.
1431
1432
1433 4     SILC_NOTIFY_TYPE_SIGNOFF
1434
1435       Sent when client signoff from SILC network.  The server MUST
1436       distribute this type to the local clients on the channel and
1437       then send it to its primary router.  The router or server
1438       receiving the packet distributes this type to the local clients
1439       on the channel and broadcast it to the network.  This notify
1440       MUST NOT be sent to the quitting client.
1441
1442       Max Arguments:  2
1443           Arguments:  (1) <Client ID>  (2) <message>
1444
1445       The <Client ID> is the client which left SILC network.  The
1446       <message> is free UTF-8 text string indicating the reason of the
1447       signoff.
1448
1449
1450 5     SILC_NOTIFY_TYPE_TOPIC_SET
1451
1452       Sent when topic is set/changed on a channel.  This type may be
1453       sent only to the clients which are joined on the channel which
1454       topic was just set or changed.  The packet is destined to the
1455       channel.
1456
1457       Max Arguments:  2
1458           Arguments:  (1) <ID Payload>  (2) <topic>
1459
1460       The <ID Payload> is the ID of the entity who set the topic.
1461       It usually is Client ID but it can be Server ID and Channel ID
1462       as well.
1463
1464
1465 6     SILC_NOTIFY_TYPE_NICK_CHANGE
1466
1467       Sent when client changes nick on a channel.  The server MUST
1468       distribute this type only to the local clients on the channel
1469       and then send it to its primary router.  The router or server
1470       receiving the packet distributes this type to the local clients
1471       on the channel and broadcast it to the network.  This packet is
1472       destined directly to the sent entity.  This MUST be sent to those
1473       clients that are joined on same channels as the client that
1474       changed the nickname.  This notify MUST NOT be sent multiple
1475       times to the same recipient.  This notify MUST be sent also to
1476       the client that changed the nickname.
1477
1478       Max Arguments:  3
1479           Arguments:  (1) <Old Client ID>  (2) <New Client ID>
1480                       (3) <nickname>
1481
1482       The <Old Client ID> is the old ID of the client which changed
1483       the nickname.  The <New Client ID> is the new ID generated by
1484       the change of the nickname.  The <nickname> is the new nickname.
1485       Note that it is possible to send this notify even if the
1486       nickname has not changed, but client ID was changed.
1487
1488
1489 7     SILC_NOTIFY_TYPE_CMODE_CHANGE
1490
1491       Sent when channel mode has changed.  This type MUST be sent only
1492       to the clients which are joined on the channel which mode was
1493       changed.  This packet is destined to the channel.
1494
1495       Max Arguments:  7
1496           Arguments:  (1) <ID Payload>      (2) <mode mask>
1497                       (3) [<cipher>]        (4) <[hmac>]
1498                       (5) [<passphrase>]    (6) [<founder public key>]
1499                       (7) [<channel pubkey>]
1500
1501       The <ID Payload> is the ID (usually Client ID but it can be
1502       Server ID as well when the router is enforcing channel mode
1503       change) of the entity which changed the mode.  The <mode mask>
1504       is the new mode mask of the channel.  The client can safely
1505       ignore the <cipher> argument since the SILC_PACKET_CHANNEL_KEY
1506       packet will force the new channel key change anyway.  The <hmac>
1507       argument is important since the client is responsible of setting
1508       the new HMAC and the hmac key into use.  The <passphrase> is
1509       the passphrase of the channel, if it was now set.  The <founder
1510       public key> argument is sent when the founder mode on the
1511       channel was set.  All routers and servers that receive the packet
1512       MUST save the founder's public key so that the founder can
1513       reclaim the channel founder rights back for the channel on any
1514       server in the network.
1515
1516       The <channel pubkey> is an Argument List Payload and it is used
1517       to add and/or remove channel public keys from the channel.  Also,
1518       when announcing channel information between servers and routers
1519       during connecting phase this argument includes the list of channel
1520       public keys.  To add a public key to channel public key list the
1521       SILC_CMODE_CHANNEL_AUTH mode is set and the argument type is 0x00,
1522       and the argument is the public key.  To remove a public key from
1523       the channel public key list the argument type is 0x01, and the
1524       argument is the public key to be removed.  If the mode
1525       SILC_CMODE_CHANNEL_AUTH is unset (and was set earlier) all public
1526       keys are removed at once.  Implementation MAY add and remove
1527       multiple public keys at the same time by including multiple
1528       arguments to the <channel pubkey> Argument List Payload where each
1529       argument is one Public Key Payload.  When <channel pubkey> is used
1530       to announce information during server connecting phase the
1531       argument type MUST be 0x03.  See section 4.2.1 in [SILC1] for
1532       more information.
1533
1534
1535 8     SILC_NOTIFY_TYPE_CUMODE_CHANGE
1536
1537       Sent when user mode on channel has changed.  This type MUST be
1538       sent only to the clients which are joined on the channel where
1539       the target client is on.  This packet is destined to the channel.
1540
1541       Max Arguments:  4
1542           Arguments:  (1) <ID Payload>        (2) <mode mask>
1543                       (3) <Target Client ID>  (4) [<founder pubkey>]
1544
1545       The <ID Payload> is the ID (usually Client ID but it can be
1546       Server ID as well when the router is enforcing user's mode
1547       change) of the entity which changed the mode.  The <mode mask>
1548       is the new mode mask of the channel.  The <Target Client ID>
1549       is the client which mode was changed.  The <founder pubkey>
1550       is the public key of the channel founder and may be sent only
1551       when first time setting the channel founder mode using the
1552       SILC_COMMAND_CUMODE command, and when sending this notify.
1553
1554
1555 9     SILC_NOTIFY_TYPE_MOTD
1556
1557       Sent when Message of the Day (motd) is sent to a client.
1558
1559       Max Arguments:  1
1560           Arguments:  (1) <motd>
1561
1562       The <motd> is the Message of the Day.  It is UTF-8 encoded
1563       string.  This notify MAY be ignored.
1564
1565
1566 10    SILC_NOTIFY_TYPE_CHANNEL_CHANGE
1567
1568       Sent when channel's ID has changed for a reason or another.
1569       This is sent by normal server to the client.  This can also be
1570       sent by router to other server to force the Channel ID change.
1571       The Channel ID MUST be changed to use the new one.  When sent
1572       to clients, this type MUST be sent only to the clients which are
1573       joined on the channel.  This packet is destined to the sent
1574       entity.
1575
1576       Max Arguments:  2
1577           Arguments:  (1) <Old Channel ID>  (2) <New Channel ID>
1578
1579       The <Old Channel ID> is the channel's old ID and the <New
1580       Channel ID> is the new one that MUST replace the old one.
1581       Server which receives this from router MUST re-announce the
1582       channel to the router by sending SILC_PACKET_NEW_CHANNEL packet
1583       with the new Channel ID.
1584
1585
1586 11    SILC_NOTIFY_TYPE_SERVER_SIGNOFF
1587
1588       Sent when server quits SILC network.  Those clients from this
1589       server that are on channels must be removed from the channel.
1590       This packet is destined to the sent entity.
1591
1592       Max Arguments:  256
1593           Arguments:  (1) <Server ID>   (n) [<Client ID>]   [...]
1594
1595       The <Server ID> is the server's ID.  The rest of the arguments
1596       are the Client IDs of the clients which are coming from this
1597       server and are thus quitting the SILC network also.  If the
1598       maximum number of arguments are reached another
1599       SILC_NOTIFY_TYPE_SERVER_SIGNOFF notify packet MUST be sent.
1600       When this notify packet is sent between routers the Client ID's
1601       MAY be omitted.  Server receiving the Client ID's in the payload
1602       may use them directly to remove the client.
1603
1604
1605 12    SILC_NOTIFY_TYPE_KICKED
1606
1607       Sent when a client has been kicked from a channel.  This MUST
1608       also be sent to the client which was kicked from the channel.
1609       The client which was kicked from the channel MUST be removed
1610       from the channel.  The client MUST also be removed from channel's
1611       invite list if it is explicitly added in the list.  This packet
1612       is destined to the channel.  The router or server receiving the
1613       packet distributes this type to the local clients on the channel
1614       and broadcast it to the network.
1615
1616       Max Arguments:  3
1617           Arguments:  (1) <Client ID>           (2) [<comment>]
1618                       (3) <Kicker's Client ID>
1619
1620       The <Client ID> is the client which was kicked from the channel.
1621       The kicker may have set the UTF-8 <comment> string to indicate the 
1622       reason for the kicking.  The <Kicker's Client ID> is the kicker.
1623
1624
1625 13    SILC_NOTIFY_TYPE_KILLED
1626
1627       Sent when a client has been killed from the network.  This MUST
1628       also be sent to the client which was killed from the network.
1629       This notify MUST be sent to those clients which are joined on
1630       same channels as the killed client.  The client which was killed
1631       MUST be removed from the network.  This packet is destined
1632       directly to the sent entity.  The router or server receiving
1633       the packet distributes this type to the local clients on the
1634       channel and broadcast it to the network.  The client MUST also
1635       be removed from joined channels invite list if it is explicitly
1636       added in the lists.  This notify MUST NOT be sent multiple
1637       times to same recipient.
1638
1639       Max Arguments:  3
1640           Arguments:  (1) <Client ID>           (2) [<comment>]
1641                       (3) <Killer's ID>
1642
1643       The <Client ID> is the client which was killed from the network.
1644       The killer may have set the UTF-8 <comment> string to indicate the 
1645       reason for the killing.  The <Killer's ID> is the killer, which
1646       may be client but also router server.
1647
1648
1649 14    SILC_NOTIFY_TYPE_UMODE_CHANGE
1650
1651       Sent when user's mode in the SILC changes.  This type is sent
1652       only between routers as broadcast packet.
1653
1654       Max Arguments:  2
1655           Arguments:  (1) <Client ID>  (2) <mode mask>
1656
1657       The <Client ID> is the client which mode was changed.  The
1658       <mode mask> is the new mode mask.
1659
1660
1661 15    SILC_NOTIFY_TYPE_BAN
1662
1663       Sent when the ban list of the channel is changed.  This notify
1664       type is sent to local servers on the channel, but MUST NOT be
1665       sent to clients on the channel.  Router MUST broadcast this to
1666       its primary router and to local servers on the channel.
1667
1668       Max Arguments:  3
1669           Arguments:  (1) <Channel ID>         (2) [<add | del>]
1670                       (3) [<ban list>]
1671
1672       The <Channel ID> is the channel which ban list was changed.
1673       The <add | del> is an argument of size of 1 byte where 0x00 means
1674       adding a client to ban list, and 0x01 means deleting a client
1675       from ban list.  The <ban list> indicates the information to be
1676       added to or removed from the ban list.  The <ban list> format
1677       format is defined in [SILC4] with SILC_COMMAND_BAN command.
1678       When <add | del> is used  to announce information during server 
1679       connecting phase the argument type MUST be 0x03.  See section
1680       4.2.1 in [SILC1] for more information.
1681
1682
1683 16    SILC_NOTIFY_TYPE_ERROR
1684
1685       Sent when an error occurs during processing some SILC procedure.
1686       This is not used when error occurs during command processing, see
1687       [SILC4] for more information about commands and command replies.
1688       This type is sent directly to the sender of the packet whose
1689       packet caused the error.  See [SILC1] for definition when this
1690       type can be sent.
1691
1692       Max Arguments:  256
1693           Arguments:  (1) <Status Type>        (n) [...]
1694
1695       The <Status Type> is the error type defined in [SILC4].  Note
1696       that same types are also used with command replies to indicate
1697       the status of a command.  Both commands and this notify type
1698       share same status types.  Rest of the arguments are status type
1699       dependent and are specified with those status types that can be
1700       sent currently inside this notify type in [SILC4].  The <Status
1701       Type> is size of 1 byte.
1702
1703
1704 17    SILC_NOTIFY_TYPE_WATCH
1705
1706       Sent to indicate change in a watched user.  Client can set
1707       nicknames to be watched with SILC_COMMAND_WATCH command, and
1708       receive notifications when they login to network, signoff from
1709       the network or their user mode is changed.  This notify type
1710       is used to deliver these notifications.  The notify type is
1711       sent directly to the watching client.
1712
1713       Max Arguments:  4
1714           Arguments:  (1) <Client ID>        (2) [<nickname>]
1715                       (3) <user mode>        (4) [<Notify Type>]
1716
1717       The <Client ID> is the user's Client ID which is being watched,
1718       and the <nickname> is its nickname.  If the client just
1719       changed the nickname, then <nickname> is the new nickname, but
1720       the <Client ID> is the old client ID.  The <user mode> is the
1721       user's current user mode.  The <Notify Type> can be same as the
1722       Notify Payload's Notify Type, and is 16 bit MSB first order
1723       value.  If provided it may indicate the notify that occurred
1724       for the client.  If client logged in to the network the
1725       <Notify Type> MUST NOT be present.
1726 .in 3
1727
1728 Notify types starting from 16384 are reserved for private notify
1729 message types.
1730
1731 Router server which receives SILC_NOTIFY_TYPE_SIGNOFF,
1732 SILC_NOTIFY_TYPE_SERVER_SIGNOFF, SILC_NOTIFY_TYPE_KILLED,
1733 SILC_NOTIFY_TYPE_NICK_CHANGE and SILC_NOTIFY_TYPE_UMODE_CHANGE
1734 MUST check whether someone in the local cell is watching the nickname
1735 the client has, and send the SILC_NOTIFY_TYPE_WATCH notify to the
1736 watcher, unless the watched client in case has the user mode
1737 SILC_UMODE_REJECT_WATCHING set.  If the watcher client and the client
1738 that was watched is same the notify SHOULD NOT be sent.
1739
1740
1741
1742
1743
1744 .ti 0
1745 2.3.8 Error Payload
1746
1747 Error payload is sent upon error in protocol.  Error may occur in
1748 various conditions when server sends this packet.  Client MUST NOT
1749 send this payload but MUST be able to accept it.  However, client
1750 MAY ignore the contents of the packet as server is going to take
1751 action on the error anyway.  However, it is recommended that the
1752 client takes error packet seriously.
1753
1754
1755 .in 5
1756 .nf
1757                      1                   2                   3
1758  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1759 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1760 |                                                               |
1761 ~                         Error Message                         ~
1762 |                                                               |
1763 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1764 .in 3
1765
1766 .ce
1767 Figure 14:  Error Payload
1768
1769
1770 .in 6
1771 o Error Message (variable length) - Human readable error
1772   message as UTF-8 encoded string.
1773 .in 3
1774
1775
1776 .ti 0
1777 2.3.9 Channel Message Payload
1778
1779 Channel Message Payload is used to send message to channels, a group
1780 of users.  These messages can only be sent if client has joined to
1781 some channel.  Even though this packet is very common in SILC it
1782 is still special packet.  Some special handling on sending and
1783 reception of channel message is required.
1784
1785 Padding MUST be applied into this payload since the payload is
1786 encrypted separately from other parts of the packet with the
1787 channel specific key.  Hence the requirement of the padding.
1788 The packet MUST be made multiple by eight (8) or by the block
1789 size of the cipher, which ever is larger.
1790
1791 The SILC header in this packet is encrypted with the session key
1792 of the next receiver of the packet.  Nothing else is encrypted
1793 with that key.  Thus, the actual packet and padding to be
1794 encrypted with the session key is SILC Header plus padding to it.
1795
1796 Receiver of the the channel message packet is able to determine
1797 the channel the message is destined to by checking the Destination
1798 ID from the SILC Packet header which tells the destination channel.
1799 The original sender of the packet is also determined by checking
1800 the source ID from the header which tells the client which sent
1801 the message.  The Destination ID MUST be Channel ID in the SILC
1802 Packet header.
1803
1804 This packet use generic Message Payload as Channel Message Payload.
1805 See section 2.3.2.6 for generic Message Payload.
1806
1807
1808 .ti 0
1809 2.3.10 Channel Key Payload
1810
1811 All traffic in channels are protected by channel specific keys.
1812 Channel Key Payload is used to distribute channel keys to all
1813 clients on the particular channel.  Channel keys are sent when
1814 the channel is created, when new user joins to the channel and
1815 whenever a user has left a channel.  Server creates the new
1816 channel key and distributes it to the clients by encrypting this
1817 payload with the session key shared between the server and
1818 the client.  After that, client MUST start using the key received
1819 in this payload to protect the traffic on the channel.
1820
1821 The client which is joining to the channel receives its key in the
1822 SILC_COMMAND_JOIN command reply message thus it is not necessary to
1823 send this payload to the entity which sent the SILC_COMMAND_JOIN
1824 command.
1825
1826 Channel keys are cell specific thus every router in the cell have
1827 to create a channel key and distribute it if any client in the
1828 cell has joined to a channel.  Channel traffic between cell's
1829 are not encrypted using channel keys, they are encrypted using
1830 normal session keys between two routers.  Inside a cell, all
1831 channel traffic is encrypted with the specified channel key.
1832 Channel key SHOULD expire periodically, say, in one hour, in
1833 which case new channel key is created and distributed.
1834
1835 Note that, this packet is not used if SILC_CMODE_PRIVKEY mode is set
1836 on channel.  This means that channel uses channel private keys which
1837 are not server generated.  For this reason server cannot send this
1838 packet as it does not know the key.
1839
1840 The payload may only be sent with SILC_PACKET_CHANNEL_KEY packet.
1841 It MUST NOT be sent in any other packet type.  The following diagram
1842 represents the Channel Key Payload.
1843
1844
1845
1846
1847
1848
1849
1850 .in 5
1851 .nf
1852                      1                   2                   3
1853  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1854 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1855 |       Channel ID Length       |                               |
1856 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1857 |                                                               |
1858 ~                          Channel ID                           ~
1859 |                                                               |
1860 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1861 |      Cipher Name Length       |                               |
1862 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1863 |                                                               |
1864 ~                         Cipher Name                           ~
1865 |                                                               |
1866 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1867 |      Channel Key Length       |                               |
1868 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1869 |                                                               |
1870 ~                         Channel Key                           ~
1871 |                                                               |
1872 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1873 .in 3
1874
1875 .ce
1876 Figure 15:  Channel Key Payload
1877
1878
1879
1880 .in 6
1881 o Channel ID Length (2 bytes) - Indicates the length of the
1882   Channel ID field in the payload, not including any other
1883   field.
1884
1885 o Channel ID (variable length) - The Channel ID of the
1886   channel.
1887
1888 o Cipher Name Length (2 bytes) - Indicates the length of the
1889   Cipher name field in the payload, not including any other
1890   field.
1891
1892 o Cipher Name (variable length) - Name of the cipher used
1893   in the protection of channel traffic.  This name is
1894   initially decided by the creator of the channel but it
1895   may change during the life time of the channel as well.
1896
1897 o Channel Key Length (2 bytes) - Indicates the length of the
1898   Channel Key field in the payload, not including any other
1899   field.
1900
1901 o Channel Key (variable length) - The actual channel key
1902   material.
1903 .in 3
1904
1905
1906 .ti 0
1907 2.3.11 Private Message Payload
1908
1909 Private Message Payload is used to send private message between
1910 two clients.  The messages are sent only to the specified user
1911 and no other user inside SILC network is able to see the message.
1912
1913 The message can be protected by the session key established by the
1914 SILC Key Exchange Protocol.  However, it is also possible to agree
1915 to use a private key to protect just the private messages.  It is
1916 for example possible to perform Key Agreement between two clients.
1917 See section 2.3.20 Key Agreement Payload how to perform key
1918 agreement.  See also section 2.3.12 Private Message Key Payload
1919 for another way of using private keys with private messages.  See
1920 [SILC1] section 4.6 for detailed description for private message
1921 key generation procedure.
1922
1923 If normal session key is used to protect the message, every server
1924 between the sender client and the receiving client MUST decrypt the
1925 packet and always re-encrypt it with the session key of the next
1926 receiver of the packet.  See section Client To Client in [SILC1].
1927
1928 When the private message key is used, and the Private Message Key
1929 flag was set in the SILC Packet header no server or router en route
1930 is able to decrypt or re-encrypt the packet.  In this case only the
1931 SILC Packet header is processed by the servers and routers en route.
1932 Section Client To Client in [SILC1] gives example of this scheme.
1933
1934 This packet use generic Message Payload as Private Message Payload.
1935 See section 2.3.2.6 for generic Message Payload.
1936
1937
1938 .ti 0
1939 2.3.12 Private Message Key Payload
1940
1941 This payload is OPTIONAL and can be used to send private message
1942 key between two clients in the network.  The packet is secured with
1943 normal session keys.  By default private messages are encrypted
1944 with session keys, and with this payload it is possible to set
1945 private key for private message encryption between two clients.
1946
1947 The receiver of this payload SHOULD verify for example from user
1948 whether user want to receive private message key.  Note that there
1949 are other, more secure ways of exchanging private message keys in
1950 the SILC network.  Instead of sending this payload it is possible to
1951 negotiate the private message key with SKE protocol using the Key
1952 Agreement payload directly peer to peer, see section 2.3.20.
1953
1954 This payload may only be sent by client to another client.  Server
1955 MUST NOT send this payload.  After sending this payload the sender of
1956 private messages must set the Private Message Key flag into SILC Packet
1957 Header.
1958
1959 The payload may only be sent with SILC_PACKET_PRIVATE_MESSAGE_KEY
1960 packet.  It MUST NOT be sent in any other packet type.  The following
1961 diagram represents the Private Message Key Payload.
1962
1963
1964
1965
1966 .in 5
1967 .nf
1968                      1                   2                   3
1969  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1970 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1971 |  Private Message Key Length   |                               |
1972 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1973 |                                                               |
1974 ~                      Private Message Key                      ~
1975 |                                                               |
1976 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1977 |      Cipher Name Length       |                               |
1978 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1979 |                                                               |
1980 ~                          Cipher Name                          ~
1981 |                                                               |
1982 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1983 |       HMAC Name Length        |                               |
1984 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1985 |                                                               |
1986 ~                           HMAC Name                           ~
1987 |                                                               |
1988 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1989 .in 3
1990
1991 .ce
1992 Figure 16:  Private Message Key Payload
1993
1994
1995
1996 .in 6
1997 o Private Message Key Length (2 bytes) - Indicates the length
1998   of the Private Message Key field in the payload, not including
1999   any other field.
2000
2001 o Private Message Key (variable length) - The actual private
2002   message key material.
2003
2004 o Cipher Name Length (2 bytes) - Indicates the length of the
2005   Cipher Name field in the payload, not including any other
2006   field.
2007
2008 o Cipher Name (variable length) - Name of the cipher to use
2009   in the private message encryption.  If this field does not
2010   exist then the default cipher of the SILC protocol is used.
2011   See the [SILC1] for defined ciphers.
2012
2013 o HMAC Name Length (2 bytes) - Indicates the length of the
2014   HMAC Name field in the payload, not including any other
2015   field.
2016
2017 o HMAC Name (variable length) - Name of the HMAC to use
2018   in the private message MAC computation.  If this field does
2019   not exist then the default HMAC of the SILC protocol is used.
2020   See the [SILC1] for defined HMACs.
2021 .in 3
2022
2023
2024 .ti 0
2025 2.3.13 Command Payload
2026
2027 Command Payload is used to send SILC commands from client to server.
2028 Also server MAY send commands to other servers.  The following diagram
2029 represents the Command Payload.
2030
2031
2032 .in 5
2033 .nf
2034                      1                   2                   3
2035  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2036 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2037 |         Payload Length        | SILC Command  | Arguments Num |
2038 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2039 |       Command Identifier      |
2040 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2041 .in 3
2042
2043 .ce
2044 Figure 17:  Command Payload
2045
2046
2047 .in 6
2048 o Payload Length (2 bytes) - Length of the entire command
2049   payload including any command argument payloads associated
2050   with this payload.
2051
2052 o SILC Command (1 byte) - Indicates the SILC command.  This MUST
2053   be set to non-zero value.  If zero (0) value is found in this
2054   field the packet MUST be discarded.
2055
2056 o Arguments Num (1 byte) - Indicates the number of arguments
2057   associated with the command.  If there are no arguments this
2058   field is set to zero (0).  The arguments MUST follow the
2059   Command Payload.  See section 2.3.2.2 for definition of the
2060   Argument Payload.
2061
2062 o Command Identifier (2 bytes) - Identifies this command at the
2063   sender's end.  The entity which replies to this command MUST
2064   set the value found from this field into the Command Payload
2065   used to send the reply to the sender.  This way the sender
2066   can identify which command reply belongs to which originally
2067   sent command.  What this field includes is implementation
2068   issue but it is RECOMMENDED that wrapping counter value is
2069   used in the field.
2070 .in 3
2071
2072 See [SILC4] for detailed description of different SILC commands,
2073 their arguments and their reply messages.
2074
2075
2076 .ti 0
2077 2.3.14 Command Reply Payload
2078
2079 Command Reply Payload is used to send replies to the commands.  The
2080 Command Reply Payload is identical to the Command Payload thus see
2081 the 2.3.13 section for the payload specification.
2082
2083 The entity which sends the reply packet MUST set the Command Identifier
2084 field in the reply packet's Command Payload to the value it received
2085 in the original command packet.
2086
2087 See SILC Commands in [SILC4] for detailed description of different
2088 SILC commands, their arguments and their reply messages.
2089
2090
2091 .ti 0
2092 2.3.15 Connection Auth Request Payload
2093
2094 Client MAY send this payload to server to request the authentication
2095 method that must be used in authentication protocol.  If client knows
2096 this information beforehand this payload is not necessary to be sent.
2097 Server performing authentication with another server MAY also send
2098 this payload to request the authentication method.  If the connecting
2099 server already knows this information this payload is not necessary
2100 to be sent.
2101
2102 Server receiving this request SHOULD reply with same payload sending
2103 the mandatory authentication method.  Algorithms that may be required
2104 to be used by the authentication method are the ones already
2105 established by the SILC Key Exchange protocol.  See section Key
2106 Exchange Start Payload in [SILC3] for detailed information.
2107
2108 The payload may only be sent with SILC_PACKET_CONNECTION_AUTH_REQUEST
2109 packet.  It MUST NOT be sent in any other packet type.  The following
2110 diagram represents the Connection Auth Request Payload.
2111
2112
2113
2114
2115 .in 5
2116 .nf
2117                      1                   2                   3
2118  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2119 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2120 |        Connection Type        |     Authentication Method     |
2121 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2122 .in 3
2123
2124 .ce
2125 Figure 18:  Connection Auth Request Payload
2126
2127
2128 .in 6
2129 o Connection Type (2 bytes) - Indicates the type of the
2130   connection.  The following connection types are defined:
2131
2132
2133      1    Client connection
2134      2    Server connection
2135      3    Router connection
2136
2137   If any other type is found in this field the packet MUST be
2138   discarded and the authentication MUST be failed.
2139
2140 o Authentication Method (2 bytes) - Indicates the authentication
2141   method to be used in the authentication protocol.  The following
2142   authentication methods are defined:
2143
2144      0    NONE        (mandatory)
2145      1    password    (mandatory)
2146      2    public key  (mandatory)
2147
2148   If any other type is found in this field the packet MUST be
2149   discarded and the authentication MUST be failed.  If this
2150   payload is sent as request to receive the mandatory
2151   authentication method this field MUST be set to zero (0),
2152   indicating that receiver should send the mandatory
2153   authentication method.  The receiver sending this payload
2154   to the requesting party, MAY also set this field to zero (0)
2155   to indicate that authentication is not required.  In this
2156   case authentication protocol still MUST be started but
2157   server is most likely to respond with SILC_PACKET_SUCCESS
2158   immediately.
2159 .in 3
2160
2161
2162 .ti 0
2163 2.3.16 New ID Payload
2164
2165 New ID Payload is a multipurpose payload.  It is used to send newly
2166 created ID's from clients and servers.  When client connects to server
2167 and registers itself to the server by sending SILC_PACKET_NEW_CLIENT
2168 packet, server replies with this packet by sending the created ID for
2169 the client.  Server always creates the ID for the client.
2170
2171 This payload is also used when server tells its router that new client
2172 has registered to the SILC network.  In this case the server sends
2173 the Client ID of the client to the router.  Similarly when router
2174 distributes information to other routers about the client in the SILC
2175 network this payload is used.
2176
2177 Also, when server connects to router, router use this payload to inform
2178 other routers about new server in the SILC network.  However, every
2179 server (or router) creates their own ID's thus the ID distributed by
2180 this payload is not created by the distributor in this case.  Servers
2181 create their own ID's.  Server registers itself to the network by
2182 sending SILC_PACKET_NEW_SERVER to the router it connected to.  The case
2183 is same when router connects to another router.
2184
2185 This payload MUST NOT be used to send information about new channels.
2186 New channels are always distributed by sending the dedicated
2187 SILC_PACKET_NEW_CHANNEL packet.  Client MUST NOT send this payload.
2188 Both client and server (and router) MAY receive this payload.
2189
2190 The packet use generic ID Payload as New ID Payload.  See section
2191 2.3.2.1 for generic ID Payload.
2192
2193
2194 .ti 0
2195 2.3.17 New Client Payload
2196
2197 When client is connected to the server, keys has been exchanged and
2198 connection has been authenticated, client MUST register itself to the
2199 server.  Client's first packet after key exchange and authentication
2200 protocols MUST be SILC_PACKET_NEW_CLIENT.  This payload tells server all
2201 the relevant information about the connected user.  Server creates a new
2202 client ID for the client when received this payload and sends it to the
2203 client in New ID Payload.
2204
2205 This payload sends username and real name of the user on the remote host
2206 which is connected to the SILC server with SILC client.  The server
2207 creates the client ID according the information sent in this payload.
2208 The nickname of the user becomes the nickname sent in this payload.
2209
2210 The payload may only be sent with SILC_PACKET_NEW_CLIENT packet.  It
2211 MUST NOT be sent in any other packet type.  The following diagram
2212 represents the New Client Payload.
2213
2214
2215
2216
2217
2218
2219
2220 .in 5
2221 .nf
2222                      1                   2                   3
2223  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2224 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2225 |        Username Length        |                               |
2226 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2227 |                                                               |
2228 ~                           Username                            ~
2229 |                                                               |
2230 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2231 |       Real Name Length        |                               |
2232 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2233 |                                                               |
2234 ~                           Real Name                           ~
2235 |                                                               |
2236 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2237 .in 3
2238
2239 .ce
2240 Figure 19:  New Client Payload
2241
2242
2243 .in 6
2244 o Username Length (2 bytes) - Length of the Username field.
2245
2246 o Username (variable length) - The username of the user on
2247   the host where connecting to the SILC server.
2248
2249 o Real Name Length (2 bytes) - Length of the Real Name field.
2250
2251 o Real Name (variable length) - The real name of the user
2252   on the host where connecting to the SILC server, as UTF-8
2253   encoded string.
2254 .in 3
2255
2256
2257 .ti 0
2258 2.3.18 New Server Payload
2259
2260 This payload is sent by server when it has completed successfully both
2261 key exchange and connection authentication protocols.  The server
2262 MUST register itself to the SILC Network by sending this payload.
2263 The first packet after these key exchange and authentication protocols
2264 is SILC_PACKET_NEW_SERVER packet.  The payload includes the Server ID
2265 of the server that it has created by itself.  It also includes a
2266 name of the server that is associated to the Server ID.
2267
2268 The payload may only be sent with SILC_PACKET_NEW_SERVER packet.  It
2269 MUST NOT be sent in any other packet type.  The following diagram
2270 represents the New Server Payload.
2271
2272
2273
2274
2275
2276 .in 5
2277 .nf
2278                      1                   2                   3
2279  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2280 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2281 |       Server ID Length        |                               |
2282 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2283 |                                                               |
2284 ~                        Server ID Data                         ~
2285 |                                                               |
2286 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2287 |     Server Name Length        |                               |
2288 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2289 |                                                               |
2290 ~                          Server Name                          ~
2291 |                                                               |
2292 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2293 .in 3
2294
2295 .ce
2296 Figure 20:  New Server Payload
2297
2298
2299 .in 6
2300 o Server ID Length (2 bytes) - Length of the Server ID Data
2301   field.
2302
2303 o Server ID Data (variable length) - The encoded Server ID
2304   data.
2305
2306 o Server Name Length (2 bytes) - Length of the server name
2307   field.
2308
2309 o Server Name (variable length) - The server name string.
2310 .in 3
2311
2312
2313 .ti 0
2314 2.3.19 New Channel Payload
2315
2316 Information about newly created channel is broadcasted to all routers
2317 in the SILC network by sending this packet payload.  Channels are
2318 created by router of the cell.  Server never creates channels unless
2319 it is a standalone server and it does not have router connection,
2320 in this case server acts as router.  Normal server send JOIN command
2321 to the router (after it has received JOIN command from client) which
2322 then processes the command and creates the channel.  Client MUST NOT
2323 send this packet.  Server MAY send this packet to a router when it is
2324 announcing its existing channels to the router after it has connected
2325 to the router.
2326
2327 The packet use generic Channel Payload as New Channel Payload.  See
2328 section 2.3.2.3 for generic Channel Payload.  The Mode Mask field in the
2329 Channel Payload is the mode of the channel.
2330
2331
2332 .ti 0
2333 2.3.20 Key Agreement Payload
2334
2335 This payload is used by clients to request key negotiation between
2336 another client in the SILC Network.  The key agreement protocol used
2337 is the SKE protocol.  The result of the protocol, the secret key
2338 material, can be used for example as private message key between the
2339 two clients.  This significantly adds security as the clients agree
2340 about the key without any server interaction.  The protocol is executed
2341 peer to peer.  The server and router MUST NOT send this payload.
2342
2343 The sender MAY tell the receiver of this payload the hostname and the
2344 port where the SKE protocol is running in the sender's end.  The
2345 receiver MAY then initiate the SKE negotiation with the sender.  The
2346 sender MAY also optionally not to include the hostname and the port
2347 of its SKE protocol.  In this case the receiver MAY reply to the
2348 request by sending the same payload filled with the receiver's hostname
2349 and the port where the SKE protocol is running.  The sender MAY then
2350 initiate the SKE negotiation with the receiver.
2351
2352 This payload may be sent with SILC_PACKET_KEY_AGREEMENT and
2353 SILC_PACKET_FTP packet types.  It MUST NOT be sent in any other packet
2354 types.  The following diagram represents the Key Agreement Payload.
2355
2356
2357 .in 5
2358 .nf
2359                      1                   2                   3
2360  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2361 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2362 |        Hostname Length        |                               |
2363 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2364 |                                                               |
2365 ~                           Hostname                            ~
2366 |                                                               |
2367 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2368 |                             Port                              |
2369 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2370 .in 3
2371
2372 .ce
2373 Figure 21:  Key Agreement Payload
2374
2375
2376 .in 6
2377 o Hostname Length (2 bytes) - Indicates the length of the
2378   Hostname field.
2379
2380 o Hostname (variable length) - The hostname or IP address where
2381   the SKE protocol is running.  The sender MAY fill this field
2382   when sending the payload.  If the receiver sends this payload
2383   as reply to the request it MUST fill this field.
2384
2385 o Port (4 bytes) - The port where the SKE protocol is bound.
2386   The sender MAY fill this field when sending the payload.  If
2387   the receiver sends this payload as reply to the request it
2388   MUST fill this field.  This is a 32 bit MSB first order value.
2389 .in 3
2390
2391
2392 After the key material has been received from the SKE protocol it is
2393 processed as the [SILC3] describes.  If the key material is used as
2394 channel private key then the Sending Encryption Key, as defined in
2395 [SILC3] is used as the channel private key.  Other key material must
2396 be discarded.  The [SILC1] in section 4.6 defines the way to use the
2397 key material if it is intended to be used as private message keys.
2398 Any other use for the key material is undefined.
2399
2400
2401 .ti 0
2402 2.3.21 Resume Router Payload
2403
2404 See the [SILC1] for Resume Router protocol where this payload is
2405 used.  The payload may only be sent with SILC_PACKET_RESUME_ROUTER
2406 packet.  It MUST NOT be sent in any other packet type.  The following
2407 diagram represents the Resume Router Payload.
2408
2409
2410 .in 21
2411 .nf
2412                      1
2413  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
2414 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2415 |      Type     |  Session ID   |
2416 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2417 .in 3
2418
2419 .ce
2420 Figure 22:  Resume Router Payload
2421
2422
2423 .in 6
2424 o Type (1 byte) - Indicates the type of the backup resume
2425   protocol packet.  The type values are defined in [SILC1].
2426
2427 o Session ID (1 bytes) - Indicates the session ID for the
2428   backup resume protocol.  The sender of the packet sets this
2429   value and the receiver MUST set the same value in subsequent
2430   reply packet.
2431 .in 3
2432
2433
2434 .ti 0
2435 2.3.22 File Transfer Payload
2436
2437 File Transfer Payload is used to perform file transfer protocol between
2438 two entities in the network.  The actual file transfer protocol is always
2439 encapsulated inside the SILC Packet.  The actual data stream is also sent
2440 peer to peer outside SILC network.
2441
2442 When an entity, usually a client wishes to perform file transfer protocol
2443 with another client in the network, they perform Key Agreement protocol
2444 as described in the section 2.3.20 Key Agreement Payload and in [SILC3],
2445 inside File Transfer Payload.  After the Key Agreement protocol has been
2446 performed the subsequent packets in the data stream will be protected
2447 using the new key material.  The actual file transfer protocol is also
2448 initialized in this stage.  All file transfer protocol packets are always
2449 encapsulated in the File Transfer Payload and protected with the
2450 negotiated key material.
2451
2452 The payload may only be sent with SILC_PACKET_FTP packet.  It MUST NOT
2453 be sent in any other packet type.  The following diagram represents the
2454 File Transfer Payload.
2455
2456
2457 .in 5
2458 .nf
2459                      1                   2                   3
2460  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2461 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2462 |     Type      |                                               |
2463 +-+-+-+-+-+-+-+-+                                               +
2464 |                                                               |
2465 ~                             Data                              ~
2466 |                                                               |
2467 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2468 .in 3
2469
2470 .ce
2471 Figure 23:  File Transfer Payload
2472
2473
2474 .in 6
2475 o Type (1 byte) - Indicates the type of the file transfer
2476   protocol.  The following file transfer protocols has been
2477   defined:
2478
2479     1    Secure File Transfer Protocol (SFTP)  (mandatory)
2480
2481   If zero (0) value or any unsupported file transfer protocol
2482   type is found in this field the packet MUST be discarded.
2483   The currently mandatory file transfer protocol is SFTP.
2484   The SFTP protocol is defined in [SFTP].
2485
2486 o Data (variable length) - Arbitrary file transfer data.  The
2487   contents and encoding of this field is dependent of the usage
2488   of this payload and the type of the file transfer protocol.
2489   When this payload is used to perform the Key Agreement
2490   protocol, this field include the Key Agreement Payload,
2491   as defined in the section 2.3.20 Key Agreement Payload.
2492   When this payload is used to send the actual file transfer
2493   protocol data, the encoding is defined in the corresponding
2494   file transfer protocol.
2495 .in 3
2496
2497
2498 .ti 0
2499 2.3.23 Resume Client Payload
2500
2501 This payload is used by client to resume its detached session in the
2502 SILC Network.  A client is able to detach itself from the network by
2503 sending SILC_COMMAND_DETACH command to its server.  The network
2504 connection to the client is lost but the client remains as valid
2505 client in the network.  The client is able to resume the session back
2506 by sending this packet and including the old Client ID, and an
2507 Authentication Payload [SILC1] which the server use to verify with
2508 the detached client's public key.  This also implies that the
2509 mandatory authentication method is public key authentication.
2510
2511 Server or router that receives this from the client also sends this,
2512 without the Authentication Payload, to routers in the network so that
2513 they know the detached client has resumed.  Refer to the [SILC1] for
2514 detailed description how the detaching and resuming procedure is
2515 performed.
2516
2517 The payload may only be sent with SILC_PACKET_RESUME CLIENT packet.  It
2518 MUST NOT be sent in any other packet type.  The following diagram
2519 represents the Resume Client Payload.
2520
2521 .in 5
2522 .nf
2523                      1                   2                   3
2524  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2525 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2526 |       Client ID Length        |                               |
2527 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2528 |                                                               |
2529 ~                           Client ID                           ~
2530 |                                                               |
2531 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2532 |                                                               |
2533 ~                     Authentication Payload                    ~
2534 |                                                               |
2535 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2536 .in 3
2537
2538 .ce
2539 Figure 24:  Resume Client Payload
2540
2541
2542 .in 6
2543 o Client ID Length (1 byte) - The length of the Client ID
2544   field not including any other field.
2545
2546 o Client ID (variable length) - The detached client's Client
2547   ID.  The client that sends this payload must know the Client
2548   ID.
2549
2550 o Authentication Payload (variable length) - The authentication
2551   payload that the server will verify with the detached client's
2552   public key.  If the server doesn't know the public key, it must
2553   retrieve it for example with SILC_COMMAND_GETKEY command.
2554 .in 3
2555
2556
2557
2558 .ti 0
2559 2.4 SILC ID Types
2560
2561 ID's are used in the SILC network to associate different entities.
2562 The following ID's has been defined to be used in the SILC network.
2563
2564 .in 6
2565 0    No ID
2566
2567      This is used when other ID type is available at the time.
2568
2569 1    Server ID
2570
2571      Server ID to associate servers.  See the format of
2572      this ID in [SILC1].
2573
2574 2    Client ID
2575
2576      Client ID to associate clients.  See the format of
2577      this ID in [SILC1].
2578
2579 3    Channel ID
2580
2581      Channel ID to associate channels.  See the format of
2582      this ID in [SILC1].
2583 .in 3
2584
2585 When encoding different IDs into the ID Payload, all fields are always
2586 in MSB first order.  The IP address, port, and/or the random number
2587 are encoded in the MSB first order.
2588
2589
2590 .ti 0
2591 2.5 Packet Encryption And Decryption
2592
2593 SILC packets are encrypted almost entirely.  Only the MAC at the end
2594 of the packet is never encrypted.  The SILC Packet header is the first
2595 part of a packet to be encrypted and it is always encrypted with the
2596 key of the next receiver of the packet.  The data payload area of the
2597 packet is always entirely encrypted and it is usually encrypted with
2598 the next receiver's key.  However, there are some special packet types
2599 and packet payloads that require special encryption process.  These
2600 special cases are described in the next sections.  First is described
2601 the normal packet encryption process.
2602
2603
2604
2605 .ti 0
2606 2.5.1 Normal Packet Encryption And Decryption
2607
2608 Normal SILC packets are encrypted with the session key of the next
2609 receiver of the packet.  The entire SILC Packet header and the packet
2610 data payload is is encrypted with the same key.  Padding of the packet
2611 is also encrypted always with the session key, also in special cases.
2612 Computed MAC of the packet MUST NOT be encrypted.
2613
2614 Decryption process in these cases are straightforward.  The receiver
2615 of the packet MUST first decrypt the SILC Packet header, or some parts
2616 of it, usually first 16 bytes of it.  Then the receiver checks the
2617 packet type from the decrypted part of the header and can determine
2618 how the rest of the packet must be decrypted.  If the packet type is
2619 any of the special cases described in the following sections the packet
2620 decryption is special.  If the packet type is not among those special
2621 packet types rest of the packet can be decrypted with the same key.
2622 At this point the receiver is also able to determine the length of the
2623 packet.
2624
2625 With out a doubt, this sort of decryption processing causes some
2626 overhead to packet decryption, but never the less, is required.
2627
2628 The MAC of the packet is also verified at this point.  The MAC is
2629 computed from the ciphertext of the packet so it can be verified
2630 at this stage.  The length of the packet need to be known to be able
2631 to verify the MAC from the ciphertext so the first 16 bytes need to
2632 be decrypted to determine the packet length.  However, the MAC MUST
2633 be verified from the entire ciphertext.
2634
2635
2636 .ti 0
2637 2.5.2 Channel Message Encryption And Decryption
2638
2639 Channel Messages (Channel Message Payload) are always encrypted with
2640 the channel specific key.  However, the SILC Packet header is not
2641 encrypted with that key.  As in normal case, the header is encrypted
2642 with the key of the next receiver of the packet.  Note that, in this
2643 case the encrypted data area is not touched at all; it MUST NOT be
2644 re-encrypted with the session key.
2645
2646 Receiver of a channel message, who ever that is, is REQUIRED to decrypt
2647 the SILC Packet header to be able to recognize the packet to be as
2648 channel message.  This is same procedure as for normal SILC packets.
2649 As the receiver founds the packet to be channel message, rest of the
2650 packet processing is special.  Rest of the SILC Packet header is
2651 decrypted with the same session key along with the padding of the
2652 packet.  After that the packet is protected with the channel specific
2653 key and thus can be decrypted only if the receiver is the client on
2654 the channel.  See section 2.7 Packet Padding Generation for more
2655 information about padding on special packets.
2656
2657 If the receiver of the channel message is router which is routing the
2658 message to another router then it MUST decrypt the Channel Message
2659 payload too.  Between routers (that is, between cells) channel messages
2660 are protected with session keys shared between the routers.  This
2661 causes another special packet processing for channel messages.  If
2662 the channel message is received from another router then the entire
2663 packet, including Channel Message payload, MUST be encrypted with the
2664 session key shared between the routers.  In this case the packet
2665 decryption process is as with normal SILC packets.  Hence, if the
2666 router is sending channel message to another router the Channel
2667 Message payload MUST have been decrypted and MUST be re-encrypted
2668 with the session key shared between the another router.  In this
2669 case the packet encryption is as with any normal SILC packet.
2670
2671 It must be noted that this is only when the channel messages are sent
2672 from router to another router.  In all other cases the channel
2673 message encryption and decryption is as described before.  This
2674 different processing of channel messages with router to router
2675 connection is because channel keys are cell specific.  All cells have
2676 their own channel keys thus the channel message traveling from one
2677 cell to another MUST be protected as it would be any normal SILC
2678 packet.
2679
2680 If the SILC_CMODE_PRIVKEY channel mode has been set for the channel
2681 then the router cannot decrypt the packet as it does not know the
2682 private key.  In this case the entire packet MUST be encrypted with
2683 the session key and sent to the router.  The router receiving the
2684 packet MUST check the channel mode and decrypt the packet accordingly.
2685
2686
2687 .ti 0
2688 2.5.3 Private Message Encryption And Decryption
2689
2690 By default, private message in SILC are protected by session keys.
2691 In this case the private message encryption and decryption process is
2692 equivalent to normal packet encryption and decryption.
2693
2694 However, private messages MAY be protected with private message key
2695 which causes the packet to be special packet.  The procedure in this
2696 case is very much alike to channel packets.  The actual private message
2697 is encrypted with the private message key and other parts of the
2698 packet is encrypted with the session key.  See 2.7 Packet Padding
2699 Generation for more information about padding on special packets.
2700
2701 The difference from channel message processing is that server or router
2702 en route never decrypts the actual private message, as it does not
2703 have the key to do that.  Thus, when sending packets between router
2704 the processing is same as in any other case as well; the packet's header
2705 and padding is protected by the session key and the data area is not
2706 touched and is not re-encrypted.
2707
2708 The true receiver of the private message is able to decrypt the private
2709 message as it shares the key with the sender of the message.
2710
2711
2712 .ti 0
2713 2.6 Packet MAC Generation
2714
2715 Data integrity of a packet is protected by including a message
2716 authentication code (MAC) at the end of the packet.  The MAC is computed
2717 from shared secret MAC key, that is established by the SILC Key Exchange
2718 protocol, from packet sequence number, and from the encrypted packet
2719 data.  The MAC is always computed after packet is encrypted.  This is
2720 so called Encrypt-Then-MAC order; packet is first encrypted, then MAC
2721 is computed from the encrypted data.
2722
2723 The MAC is computed from entire packet.  Every bit of data in the packet,
2724 including SILC Packet Header is used in the MAC computing.  This way
2725 the entire packet becomes authenticated.
2726
2727 Hence, packet's MAC generation is as follows:
2728
2729   mac = MAC(key, sequence number | Encrypted SILC packet)
2730
2731 The MAC key is negotiated during the SKE protocol.  The sequence number
2732 is a 32 bit MSB first value starting from zero for first packet and
2733 increasing for subsequent packets, finally wrapping after 2^32 packets.
2734 The value is never reset, not even after rekey has been performed.
2735 However, rekey MUST be performed before the sequence number wraps
2736 and repeats from zero.  Note that the sequence number is incremented only
2737 when MAC is computed for a packet.  If packet is not encrypted and MAC is
2738 not computed then the sequence number is not incremented.  Hence, the
2739 sequence number is zero for the very first encrypted packet.
2740
2741 See [SILC1] for defined and allowed MAC algorithms.
2742
2743
2744 .ti 0
2745 2.7 Packet Padding Generation
2746
2747 Padding is needed in the packet because the packet is encrypted.  It
2748 always MUST be multiple by eight (8) or multiple by the block size
2749 of the cipher, which ever is larger.  The padding is always encrypted.
2750
2751 For normal packets the padding is added after the SILC Packet Header
2752 and between the Data Payload area.  The padding for normal packets
2753 may be calculated as follows:
2754
2755 .in 6
2756 padding_length = 16 - (packet_length mod block_size)
2757 if (padding_length < 8)
2758   padding_length += block_size
2759 .in 3
2760
2761 The `block_size' is the block size of the cipher.  The maximum padding
2762 length is 128 bytes, and minimum is 8 bytes.  For example, packets that
2763 include a passphrase or a password for authentication purposes SHOULD
2764 pad the packet up to the maximum padding length.  The maximum padding
2765 is calculated as follows:
2766
2767 .in 6
2768 padding_length = 128 - (packet_length mod block_size)
2769 .in 3
2770
2771 For special packets the padding calculation is different as special
2772 packets may be encrypted differently.  In these cases the encrypted
2773 data area MUST already be multiple by the block size thus in this case
2774 the padding is calculated only for SILC Packet Header, not for any
2775 other area of the packet.  The same algorithm works in this case as
2776 well, except that the `packet length' is now the SILC Packet Header
2777 length.
2778
2779 The padding MUST be random data, preferably, generated by
2780 cryptographically strong random number generator for each packet
2781 separately.
2782
2783
2784 .ti 0
2785 2.8 Packet Compression
2786
2787 SILC Packets MAY be compressed.  In this case the data payload area
2788 is compressed and all other areas of the packet MUST remain as they
2789 are.  After compression is performed for the data area, the length
2790 field of Packet Header MUST be set to the compressed length of the
2791 data.
2792
2793 The compression MUST always be applied before encryption.  When
2794 the packet is received and decrypted the data area MUST be decompressed.
2795 Note that the true sender of the packet MUST apply the compression and
2796 the true receiver of the packet MUST apply the decompression.  Any
2797 server or router en route SHOULD NOT decompress the packet.
2798
2799
2800 .ti 0
2801 2.9 Packet Sending
2802
2803 The sender of the packet MUST assemble the SILC Packet Header with
2804 correct values.  It MUST set the Source ID of the header as its own
2805 ID, unless it is forwarding the packet.  It MUST also set the Destination
2806 ID of the header to the true destination.  If the destination is client
2807 it will be Client ID, if it is server it will be Server ID and if it is
2808 channel it will be Channel ID.
2809
2810 If the sender wants to compress the packet it MUST apply the
2811 compression now.  Sender MUST also compute the padding as described
2812 in above sections.  Then sender MUST encrypt the packet as has been
2813 described in above sections according whether the packet is normal
2814 packet or special packet.  Then sender MUST compute the MAC of the
2815 packet.  The computed MAC MUST NOT be encrypted.
2816
2817
2818 .ti 0
2819 2.10 Packet Reception
2820
2821 On packet reception the receiver MUST check that all fields in the
2822 SILC Packet Header are valid.  It MUST check the flags of the
2823 header and act accordingly.  It MUST also check the MAC of the packet
2824 and if it is to be failed the packet MUST be discarded.  Also if the
2825 header of the packet includes any bad fields the packet MUST be
2826 discarded.
2827
2828 See above sections on the decryption process of the received packet.
2829
2830 The receiver MUST also check that the ID's in the header are valid
2831 ID's.  Unsupported ID types or malformed ID's MUST cause packet
2832 rejection.  The padding on the reception is always ignored.
2833
2834 The receiver MUST also check the packet type and start parsing the
2835 packet according to the type.  However, note the above sections on
2836 special packet types and their parsing.
2837
2838
2839 .ti 0
2840 2.11 Packet Routing
2841
2842 Routers are the primary entities in the SILC network that takes care
2843 of packet routing.  However, normal servers routes packets as well, for
2844 example, when they are routing channel message to the local clients.
2845 Routing is quite simple as every packet tells the true origin and the
2846 true destination of the packet.
2847
2848 It is still RECOMMENDED for routers that has several routing connections
2849 to create route cache for those destinations that has faster route than
2850 the router's primary route.  This information is available for the router
2851 when other router connects to the router.  The connecting party then
2852 sends all of its locally connected clients, servers and channels.  These
2853 informations helps to create the route cache.  Also, when new channels
2854 are created to a cell its information is broadcasted to all routers
2855 in the network.  Channel ID's are based on router's ID thus it is easy
2856 to create route cache based on these informations.  If faster route for
2857 destination does not exist in router's route cache the packet MUST be
2858 routed to the primary route (default route).
2859
2860 However, there are some issues when routing channel messages to group
2861 of users.  Routers are responsible of routing the channel message to
2862 other routers, local servers and local clients as well.  Routers MUST
2863 send the channel message to only one router in the network, preferably
2864 to the shortest route to reach the channel users.  The message can be
2865 routed into either upstream or downstream.  After the message is sent
2866 to a router in the network it MUST NOT be sent to any other router in
2867 either same route or other route.  The message MUST NOT be routed to
2868 the router it came from.
2869
2870 When routing for example private messages they should be routed to the
2871 shortest route always to reach the destination client as fast as possible.
2872
2873 For server which receives a packet to be routed to an entity that is
2874 indirectly connected to the sender, the server MUST check whether that
2875 particular packet type is allowed to be routed to that destination.  Not
2876 all packets may be sent by some odd entity to for example a local client,
2877 or to some remote server or router, that is indirectly connected to the
2878 sender.  See section 2.3 SILC Packet Types and paragraph about indirectly
2879 connected entities and sending packets to them.  That section defines the
2880 packets that may be sent to indirectly connected entities.  When a server
2881 or a router receives a packet that may be sent to indirectly connected
2882 entity and it is destined to other entity except that server, it MUST
2883 route it further either to shortest route or to the primary route to reach
2884 that destination.
2885
2886 Routers form a ring in the SILC network.  However, routers may have other
2887 direct connections to other routers in the network too.  This can cause
2888 interesting routing problems in the network.  Since the network is a ring,
2889 the packets usually should be routed into clock-wise direction, or if it
2890 cannot be used then always counter clock-wise (primary route) direction.
2891 Problems may arise when a faster direct route exists and router is routing
2892 a channel message.  Currently channel messages must be routed either
2893 in upstream or downstream, they cannot be routed to other direct routes.
2894 The SILC protocol should have a shortest path discovery protocol, and some
2895 existing routing protocol, that can handle a ring network with other
2896 direct routes inside the ring (so called hybrid ring-mesh topology),
2897 MAY be defined to be used with the SILC protocol.  Additional
2898 specifications MAY be written on the subject to permeate this
2899 specification.
2900
2901
2902 .ti 0
2903 2.12 Packet Broadcasting
2904
2905 SILC packets MAY be broadcasted in SILC network.  However, only router
2906 server may send or receive broadcast packets.  Client and normal server
2907 MUST NOT send broadcast packets and they MUST ignore broadcast packets
2908 if they receive them.  Broadcast packets are sent by setting Broadcast
2909 flag to the SILC packet header.
2910
2911 Broadcasting packets means that the packet is sent to all routers in
2912 the SILC network, except to the router that sent the packet.  The router
2913 receiving broadcast packet MUST send the packet to its primary route.
2914 The fact that SILC routers may have several router connections can
2915 cause problems, such as race conditions inside the SILC network, if
2916 care is not taken when broadcasting packets.  Router MUST NOT send
2917 the broadcast packet to any other route except to its primary route.
2918
2919 If the primary route of the router is the original sender of the packet
2920 the packet MUST NOT be sent to the primary route.  This may happen
2921 if router has several router connections and some other router uses
2922 the router as its primary route.
2923
2924 Routers use broadcast packets to broadcast for example information
2925 about newly registered clients, servers, channels etc. so that all the
2926 routers may keep these informations up to date.
2927
2928
2929 .ti 0
2930 3 Security Considerations
2931
2932 Security is central to the design of this protocol, and these security
2933 considerations permeate the specification.  Common security considerations
2934 such as keeping private keys truly private and using adequate lengths for
2935 symmetric and asymmetric keys must be followed in order to maintain the
2936 security of this protocol.
2937
2938
2939 .ti 0
2940 4 References
2941
2942 [SILC1]      Riikonen, P., "Secure Internet Live Conferencing (SILC),
2943              Protocol Specification", Internet Draft, May 2002.
2944
2945 [SILC3]      Riikonen, P., "SILC Key Exchange and Authentication
2946              Protocols", Internet Draft, May 2002.
2947
2948 [SILC4]      Riikonen, P., "SILC Commands", Internet Draft, May 2002.
2949
2950 [IRC]        Oikarinen, J., and Reed D., "Internet Relay Chat Protocol",
2951              RFC 1459, May 1993.
2952
2953 [IRC-ARCH]   Kalt, C., "Internet Relay Chat: Architecture", RFC 2810,
2954              April 2000.
2955
2956 [IRC-CHAN]   Kalt, C., "Internet Relay Chat: Channel Management", RFC
2957              2811, April 2000.
2958
2959 [IRC-CLIENT] Kalt, C., "Internet Relay Chat: Client Protocol", RFC
2960              2812, April 2000.
2961
2962 [IRC-SERVER] Kalt, C., "Internet Relay Chat: Server Protocol", RFC
2963              2813, April 2000.
2964
2965 [SSH-TRANS]  Ylonen, T., et al, "SSH Transport Layer Protocol",
2966              Internet Draft.
2967
2968 [PGP]        Callas, J., et al, "OpenPGP Message Format", RFC 2440,
2969              November 1998.
2970
2971 [SPKI]       Ellison C., et al, "SPKI Certificate Theory", RFC 2693,
2972              September 1999.
2973
2974 [PKIX-Part1] Housley, R., et al, "Internet X.509 Public Key
2975              Infrastructure, Certificate and CRL Profile", RFC 2459,
2976              January 1999.
2977
2978 [Schneier]   Schneier, B., "Applied Cryptography Second Edition",
2979              John Wiley & Sons, New York, NY, 1996.
2980
2981 [Menezes]    Menezes, A., et al, "Handbook of Applied Cryptography",
2982              CRC Press 1997.
2983
2984 [OAKLEY]     Orman, H., "The OAKLEY Key Determination Protocol",
2985              RFC 2412, November 1998.
2986
2987 [ISAKMP]     Maughan D., et al, "Internet Security Association and
2988              Key Management Protocol (ISAKMP)", RFC 2408, November
2989              1998.
2990
2991 [IKE]        Harkins D., and Carrel D., "The Internet Key Exchange
2992              (IKE)", RFC 2409, November 1998.
2993
2994 [HMAC]       Krawczyk, H., "HMAC: Keyed-Hashing for Message
2995              Authentication", RFC 2104, February 1997.
2996
2997 [PKCS1]      Kalinski, B., and Staddon, J., "PKCS #1 RSA Cryptography
2998              Specifications, Version 2.0", RFC 2437, October 1998.
2999
3000 [RFC2119]    Bradner, S., "Key Words for use in RFCs to Indicate
3001              Requirement Levels", BCP 14, RFC 2119, March 1997.
3002
3003 [SFTP]       Ylonen T., and Lehtinen S., "Secure Shell File Transfer
3004              Protocol", Internet Draft, March 2001.
3005
3006 [RFC2279]    Yergeau, F., "UTF-8, a transformation format of ISO
3007              10646", RFC 2279, January 1998.
3008
3009
3010 .ti 0
3011 5 Author's Address
3012
3013 .nf
3014 Pekka Riikonen
3015 Snellmaninkatu 34 A 15
3016 70100 Kuopio
3017 Finland
3018
3019 EMail: priikone@iki.fi
3020
3021
3022 .ti 0
3023 6 Full Copyright Statement
3024
3025 Copyright (C) The Internet Society (2003). All Rights Reserved.
3026
3027 This document and translations of it may be copied and furnished to
3028 others, and derivative works that comment on or otherwise explain it
3029 or assist in its implementation may be prepared, copied, published
3030 and distributed, in whole or in part, without restriction of any
3031 kind, provided that the above copyright notice and this paragraph are
3032 included on all such copies and derivative works. However, this
3033 document itself may not be modified in any way, such as by removing
3034 the copyright notice or references to the Internet Society or other
3035 Internet organizations, except as needed for the purpose of
3036 developing Internet standards in which case the procedures for
3037 copyrights defined in the Internet Standards process must be
3038 followed, or as required to translate it into languages other than
3039 English.
3040
3041 The limited permissions granted above are perpetual and will not be
3042 revoked by the Internet Society or its successors or assigns.
3043
3044 This document and the information contained herein is provided on an
3045 "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
3046 TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
3047 BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
3048 HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
3049 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.